Skip to content

Commit 79ec190

Browse files
author
Me
committed
resources: Remove deprecate HBox/VBox from commit dialog
1 parent a7fb81d commit 79ec190

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

meld/resources/ui/commit-dialog.ui

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
<property name="orientation">vertical</property>
1818
<property name="spacing">18</property>
1919
<child>
20-
<object class="GtkVBox" id="vbox0">
20+
<object class="GtkBox" id="vbox0">
21+
<property name="orientation">vertical</property>
2122
<property name="visible">True</property>
2223
<property name="can_focus">False</property>
2324
<property name="spacing">18</property>
2425
<child>
25-
<object class="GtkVBox" id="vbox1">
26+
<object class="GtkBox" id="vbox1">
27+
<property name="orientation">vertical</property>
2628
<property name="visible">True</property>
2729
<property name="can_focus">False</property>
2830
<property name="spacing">6</property>
@@ -43,7 +45,8 @@
4345
</packing>
4446
</child>
4547
<child>
46-
<object class="GtkHBox" id="hbox1">
48+
<object class="GtkBox" id="hbox1">
49+
<property name="orientation">horizontal</property>
4750
<property name="visible">True</property>
4851
<property name="can_focus">False</property>
4952
<child>
@@ -101,7 +104,8 @@
101104
</packing>
102105
</child>
103106
<child>
104-
<object class="GtkVBox" id="vbox2">
107+
<object class="GtkBox" id="vbox2">
108+
<property name="orientation">vertical</property>
105109
<property name="visible">True</property>
106110
<property name="can_focus">False</property>
107111
<property name="spacing">6</property>
@@ -122,7 +126,8 @@
122126
</packing>
123127
</child>
124128
<child>
125-
<object class="GtkHBox" id="hbox4">
129+
<object class="GtkBox" id="hbox4">
130+
<property name="orientation">horizontal</property>
126131
<property name="visible">True</property>
127132
<property name="can_focus">False</property>
128133
<child>
@@ -138,7 +143,8 @@
138143
</packing>
139144
</child>
140145
<child>
141-
<object class="GtkVBox" id="vbox3">
146+
<object class="GtkBox" id="vbox3">
147+
<property name="orientation">vertical</property>
142148
<property name="visible">True</property>
143149
<property name="can_focus">False</property>
144150
<property name="spacing">6</property>
@@ -163,7 +169,8 @@
163169
</packing>
164170
</child>
165171
<child>
166-
<object class="GtkHBox" id="previousbox">
172+
<object class="GtkBox" id="previousbox">
173+
<property name="orientation">horizontal</property>
167174
<property name="visible">True</property>
168175
<property name="can_focus">False</property>
169176
<property name="spacing">12</property>

0 commit comments

Comments
 (0)