mirror of
https://github.com/pulb/mailnag.git
synced 2026-07-06 08:39:11 +02:00
temporarily replaced GtkBox by deprecated GtkVBox in keyring_dialog.ui as GtkBox isn't available in Gtk2
This commit is contained in:
@@ -61,10 +61,11 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="box1">
|
||||
<!--<object class="GtkBox" id="box1">-->
|
||||
<object class="GtkVBox" id="box1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<!--<property name="orientation">vertical</property>-->
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
|
||||
Reference in New Issue
Block a user