Commit 1787a7d2 authored by Caroline Chao's avatar Caroline Chao Committed by The Qt Project
Browse files

Examples - Gallery: remove references to adjustToContentSize


The property has been removed.

Change-Id: I81847229b4157bc09a76b721813dee62e21fd8ed
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent e6c464f6
Branches
Tags
No related merge requests found
Showing with 0 additions and 2 deletions
...@@ -133,7 +133,6 @@ Item { ...@@ -133,7 +133,6 @@ Item {
id: group1 id: group1
title: "CheckBox" title: "CheckBox"
width: area.width width: area.width
adjustToContentSize: true
Row { Row {
CheckBox { CheckBox {
id: frameCheckbox id: frameCheckbox
...@@ -160,7 +159,6 @@ Item { ...@@ -160,7 +159,6 @@ Item {
id: group2 id: group2
title:"Tab Position" title:"Tab Position"
width: area.width width: area.width
adjustToContentSize: true
ExclusiveGroup { id: tabPositionGroup } ExclusiveGroup { id: tabPositionGroup }
Row { Row {
RadioButton { RadioButton {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment