summaryrefslogtreecommitdiff
path: root/gtk/ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-27 13:20:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-27 13:36:24 -0400
commit7ac250dea7b9d209c0cf054839f4e9b1d6d383c1 (patch)
tree22eab3de72f327a4bb3f3698af188efdd0fd8240 /gtk/ui
parentc507160bf2f8238385e770f2d4a8244e44799cf9 (diff)
downloadgtk+-7ac250dea7b9d209c0cf054839f4e9b1d6d383c1.tar.gz
Convert all ui files
Run gtk4-builder-tool simplify --3to4 over all ui files.
Diffstat (limited to 'gtk/ui')
-rw-r--r--gtk/ui/gtkfilechooserwidget.ui10
-rw-r--r--gtk/ui/gtkplacesview.ui12
2 files changed, 8 insertions, 14 deletions
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index 726c32ee78..be94879214 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -144,7 +144,7 @@
</child>
<child>
<object class="GtkGestureLongPress">
- <property name="touch-only">True</property>
+ <property name="touch-only">1</property>
<signal name="pressed" handler="long_press_cb" swapped="no"/>
</object>
</child>
@@ -258,7 +258,7 @@
<property name="name">other_locations</property>
<property name="child">
<object class="GtkPlacesView" id="places_view">
- <property name="local-only" bind-source="GtkFileChooserWidget" bind-property="local-only" bind-flags="default|sync-create"></property>
+ <property name="local-only" bind-source="GtkFileChooserWidget" bind-property="local-only" bind-flags="default|sync-create"/>
<signal name="open-location" handler="places_sidebar_open_location_cb" swapped="no"/>
<signal name="show-error-message" handler="places_sidebar_show_error_message_cb" swapped="no"/>
</object>
@@ -348,7 +348,7 @@
<property name="spacing">12</property>
</object>
</child>
- <child>
+ <child type="end">
<object class="GtkBox" id="filter_combo_hbox">
<child>
<object class="GtkComboBoxText" id="filter_combo">
@@ -361,9 +361,7 @@
</object>
</child>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
+ <packing/>
</child>
</object>
</child>
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index b621e08fb2..8d2bba6001 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -261,7 +261,7 @@
</attributes>
</object>
</child>
- <child>
+ <child type="end">
<object class="GtkButton" id="connect_button">
<property name="label" translatable="yes">Con_nect</property>
<property name="use-underline">1</property>
@@ -271,11 +271,9 @@
<property name="valign">center</property>
<signal name="clicked" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes"/>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
+ <packing/>
</child>
- <child>
+ <child type="end">
<object class="GtkBox">
<property name="hexpand">1</property>
<child>
@@ -311,9 +309,7 @@
<class name="linked"/>
</style>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
+ <packing/>
</child>
</object>
</child>