summaryrefslogtreecommitdiff
path: root/gtk/inspector/actions.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-25 18:25:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-25 18:29:15 -0500
commita9c05193a7b7366989b75471150b1f6d644e2285 (patch)
tree3e5f170dd8945c626ce65459c44f23e5f38a685d /gtk/inspector/actions.ui
parent2d4e1e248da39aba20ca358c7c1764747387b47e (diff)
downloadgtk+-a9c05193a7b7366989b75471150b1f6d644e2285.tar.gz
Drop the expand property
The hexpand and vexpand properties are sufficient.
Diffstat (limited to 'gtk/inspector/actions.ui')
-rw-r--r--gtk/inspector/actions.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/inspector/actions.ui b/gtk/inspector/actions.ui
index 7ec69d18f2..6ca81771ed 100644
--- a/gtk/inspector/actions.ui
+++ b/gtk/inspector/actions.ui
@@ -54,7 +54,8 @@
</child>
<child>
<object class="GtkScrolledWindow">
- <property name="expand">1</property>
+ <property name="hexpand">1</property>
+ <property name="vexpand">1</property>
<property name="hscrollbar-policy">never</property>
<child>
<object class="GtkListBox" id="list">