diff options
author | Timm Bäder <mail@baedert.org> | 2017-04-21 18:59:59 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-04-25 20:30:37 +0200 |
commit | 5729ea7744c2a41ae8fb833db6690a6aa5ad7a84 (patch) | |
tree | ddda46f8b6c07a999ee9b844ec3a9c863b55a850 /testsuite | |
parent | 8f4c0bea6558dc98a2abd7e63436b1ce4caf689e (diff) | |
download | gtk+-5729ea7744c2a41ae8fb833db6690a6aa5ad7a84.tar.gz |
box: Remove expand child property
GtkWidget already has hexpand/vexpand properties.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/a11y/placeholder-text.ui | 3 | ||||
-rw-r--r-- | testsuite/gtk/builder.c | 6 | ||||
-rw-r--r-- | testsuite/gtk/ui/container1.ui | 2 | ||||
-rw-r--r-- | testsuite/gtk/ui/container8.ui | 2 |
4 files changed, 2 insertions, 11 deletions
diff --git a/testsuite/a11y/placeholder-text.ui b/testsuite/a11y/placeholder-text.ui index 4657cb5c63..c56ce4b783 100644 --- a/testsuite/a11y/placeholder-text.ui +++ b/testsuite/a11y/placeholder-text.ui @@ -18,7 +18,6 @@ <property name="placeholder_text">Subject or Addresses contain</property> </object> <packing> - <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> @@ -33,7 +32,6 @@ <property name="placeholder_text">Message contains</property> </object> <packing> - <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> @@ -49,7 +47,6 @@ <property name="placeholder_text">Body contains</property> </object> <packing> - <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> diff --git a/testsuite/gtk/builder.c b/testsuite/gtk/builder.c index 1e0674affd..3a32070532 100644 --- a/testsuite/gtk/builder.c +++ b/testsuite/gtk/builder.c @@ -2153,9 +2153,6 @@ test_message_area (void) " <object class=\"GtkLabel\" id=\"content\">" " <property name=\"label\" translatable=\"yes\">Message</property>" " </object>" - " <packing>" - " <property name='expand'>False</property>" - " </packing>" " </child>" " </object>" " </child>" @@ -2397,9 +2394,6 @@ test_no_ids (void) " <object class=\"GtkLabel\">" " <property name=\"label\" translatable=\"yes\">Message</property>" " </object>" - " <packing>" - " <property name='expand'>False</property>" - " </packing>" " </child>" " </object>" " </child>" diff --git a/testsuite/gtk/ui/container1.ui b/testsuite/gtk/ui/container1.ui index e0101e7265..89ab6cdd71 100644 --- a/testsuite/gtk/ui/container1.ui +++ b/testsuite/gtk/ui/container1.ui @@ -4,7 +4,7 @@ <child> <object class="GtkLabel" id="widget1"/> <packing> - <property name="expand" translatable="yes" comments="foo" context="bar">True</property> + <property name="fill" translatable="yes" comments="foo" context="bar">True</property> </packing> </child> <focus-chain> diff --git a/testsuite/gtk/ui/container8.ui b/testsuite/gtk/ui/container8.ui index 09380cf0d2..11708abc6b 100644 --- a/testsuite/gtk/ui/container8.ui +++ b/testsuite/gtk/ui/container8.ui @@ -4,7 +4,7 @@ <child> <object class="GtkLabel" id="widget1"/> <packing> - <property name="expand" translatable="yes" comments="foo" context="bar">True</property> + <property name="fill" translatable="yes" comments="foo" context="bar">True</property> </packing> </child> <focus-chain> |