diff options
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/columnwidth.ui | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/columnwidth.ui b/sw/uiconfig/swriter/ui/columnwidth.ui index 1b9706059f38..593d0c1ee209 100644 --- a/sw/uiconfig/swriter/ui/columnwidth.ui +++ b/sw/uiconfig/swriter/ui/columnwidth.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.4 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -14,6 +14,9 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="columnwidth|ColumnWidthDialog">Column Width</property> <property name="resizable">False</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -29,6 +32,7 @@ <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> @@ -98,10 +102,10 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="columnwidth|label2">Column:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">column</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -112,10 +116,10 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="columnwidth|label3">Width:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">width:0mm</property> + <property name="mnemonic_widget">width</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -126,6 +130,7 @@ <object class="GtkSpinButton" id="column"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> </object> <packing> @@ -134,9 +139,10 @@ </packing> </child> <child> - <object class="GtkSpinButton" id="width:0mm"> + <object class="GtkSpinButton" id="width"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> <property name="climb_rate">0.01</property> <property name="digits">2</property> </object> @@ -173,5 +179,8 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |