summaryrefslogtreecommitdiff
path: root/tests/testsplitheaders.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 /tests/testsplitheaders.ui
parentc507160bf2f8238385e770f2d4a8244e44799cf9 (diff)
downloadgtk+-7ac250dea7b9d209c0cf054839f4e9b1d6d383c1.tar.gz
Convert all ui files
Run gtk4-builder-tool simplify --3to4 over all ui files.
Diffstat (limited to 'tests/testsplitheaders.ui')
-rw-r--r--tests/testsplitheaders.ui46
1 files changed, 8 insertions, 38 deletions
diff --git a/tests/testsplitheaders.ui b/tests/testsplitheaders.ui
index 66bfe4e6dd..569c497d08 100644
--- a/tests/testsplitheaders.ui
+++ b/tests/testsplitheaders.ui
@@ -5,57 +5,43 @@
<property name="icon-name">preferences-desktop-font</property>
<child type="titlebar">
<object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
<child>
<object class="GtkHeaderBar" id="sidebar-header">
- <property name="visible">True</property>
- <child>
+ <child type="end">
<object class="GtkCheckButton">
- <property name="visible">True</property>
<property name="valign">center</property>
</object>
- <packing>
- <property name="pack-type">end</property>
- </packing>
+ <packing/>
</child>
</object>
</child>
<child>
<object class="GtkSeparator">
- <property name="visible">True</property>
<property name="orientation">vertical</property>
</object>
</child>
<child>
<object class="GtkHeaderBar" id="main-header">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <child>
+ <property name="hexpand">1</property>
+ <child type="start">
<object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkButton">
- <property name="visible">True</property>
<property name="label">&lt;</property>
<property name="valign">center</property>
</object>
</child>
<child>
<object class="GtkButton">
- <property name="visible">True</property>
<property name="label">&gt;</property>
<property name="valign">center</property>
</object>
</child>
</object>
- <packing>
- <property name="pack-type">start</property>
- </packing>
+ <packing/>
</child>
</object>
</child>
@@ -63,36 +49,29 @@
</child>
<child>
<object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
<child>
<object class="GtkListBox" id="sidebar-content">
- <property name="visible">True</property>
<property name="selection-mode">none</property>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Bla</property>
<property name="xalign">0</property>
</object>
</child>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Bla bla</property>
<property name="xalign">0</property>
</object>
</child>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Bla bla bla</property>
<property name="xalign">0</property>
</object>
</child>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Bla bla bla bla</property>
<property name="xalign">0</property>
</object>
@@ -101,20 +80,17 @@
</child>
<child>
<object class="GtkScrolledWindow" id="main-content">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
+ <property name="hexpand">1</property>
+ <property name="vexpand">1</property>
<property name="hscrollbar-policy">always</property>
<property name="vscrollbar-policy">always</property>
<child>
<object class="GtkGrid">
- <property name="visible">True</property>
<property name="margin">20</property>
<property name="row-spacing">10</property>
<property name="column-spacing">10</property>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Layout</property>
</object>
<packing>
@@ -124,7 +100,6 @@
</child>
<child>
<object class="GtkEntry" id="layout-entry">
- <property name="visible">True</property>
<property name="width-chars">25</property>
</object>
<packing>
@@ -134,7 +109,6 @@
</child>
<child>
<object class="GtkLabel">
- <property name="visible">True</property>
<property name="label">Decorations</property>
</object>
<packing>
@@ -143,9 +117,7 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="decorations">
- <property name="visible">True</property>
- </object>
+ <object class="GtkCheckButton" id="decorations"/>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">1</property>
@@ -159,14 +131,12 @@
</child>
</object>
<object class="GtkSizeGroup">
- <property name="mode">horizontal</property>
<widgets>
<widget name="sidebar-header"/>
<widget name="sidebar-content"/>
</widgets>
</object>
<object class="GtkSizeGroup">
- <property name="mode">horizontal</property>
<widgets>
<widget name="main-header"/>
<widget name="main-content"/>