diff options
Diffstat (limited to 'sc/uiconfig/scalc/ui/createnamesdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/createnamesdialog.ui | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/createnamesdialog.ui b/sc/uiconfig/scalc/ui/createnamesdialog.ui index cc6c33c505d4..5b6dbe63a348 100644 --- a/sc/uiconfig/scalc/ui/createnamesdialog.ui +++ b/sc/uiconfig/scalc/ui/createnamesdialog.ui @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="CreateNamesDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Create Names</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -14,7 +16,7 @@ <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> - <property name="layout_style">start</property> + <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> @@ -59,6 +61,8 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> + <property name="non_homogeneous">True</property> </packing> </child> </object> @@ -162,7 +166,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0.49000000953674316</property> - <property name="label" translatable="yes">Create Names from</property> + <property name="label" translatable="yes">Create Names From</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |