diff options
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/name.ui | 14 | ||||
-rw-r--r-- | cui/uiconfig/ui/zoomdialog.ui | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/name.ui b/cui/uiconfig/ui/name.ui index 6323f45451ad..3e31f50766e2 100644 --- a/cui/uiconfig/ui/name.ui +++ b/cui/uiconfig/ui/name.ui @@ -2,14 +2,15 @@ <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkAction" id="action1"/> - <object class="GtkDialog" id="Name"> + <object class="GtkDialog" id="NewToolbarDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">Name</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> @@ -70,13 +71,15 @@ <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="orientation">vertical</property> - <property name="spacing">6</property> + <property name="spacing">12</property> <child> <object class="GtkBox" id="box2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="spacing">6</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> @@ -115,6 +118,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="spacing">6</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> @@ -151,7 +155,7 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> diff --git a/cui/uiconfig/ui/zoomdialog.ui b/cui/uiconfig/ui/zoomdialog.ui index 5fe7cd7f0d11..32e5a93f7f9a 100644 --- a/cui/uiconfig/ui/zoomdialog.ui +++ b/cui/uiconfig/ui/zoomdialog.ui @@ -9,14 +9,14 @@ </object> <object class="GtkDialog" id="ZoomDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Zoom & View Layout</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> |