diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 17:21:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-31 20:49:21 +0200 |
commit | c8af8aebd1336e919e9531e39f84296085d91ea7 (patch) | |
tree | 4560966b0a00e34667384d7c17fba41b2f1f34ea /cui/uiconfig | |
parent | 9d8ea0b8ef6388e763a095e51ce9e8f85f86ad49 (diff) |
weld OptionsBreakSet
Change-Id: I2f0f25b3573dabc940a117bb1cb5d3b56a81af0f
Reviewed-on: https://gerrit.libreoffice.org/52159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/breaknumberoption.ui | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/breaknumberoption.ui b/cui/uiconfig/ui/breaknumberoption.ui index ab99479e0983..0f60f687762d 100644 --- a/cui/uiconfig/ui/breaknumberoption.ui +++ b/cui/uiconfig/ui/breaknumberoption.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="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -14,6 +14,8 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="breaknumberoption|BreakNumberOption">Hyphenation</property> <property name="resizable">False</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"> @@ -84,7 +86,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> </object> </child> @@ -123,7 +125,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> </object> </child> @@ -162,7 +164,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="halign">start</property> - <property name="invisible_char">•</property> + <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> </object> </child> @@ -197,5 +199,8 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |