diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 15:29:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 20:56:56 +0200 |
commit | ae7b26246ec03dbff3d43a0dc04fd9ffd2cd0809 (patch) | |
tree | 1a08c1d707643064bcca0f06a9235f5b7c035065 | |
parent | 894c91c73973ec519f7d0035dfc05c9ad1b68fa4 (diff) |
this dialog should be modal
Change-Id: Id0d0ebea15bd8f6f842927391ea09b18870cdbf9
Reviewed-on: https://gerrit.libreoffice.org/80559
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/breaknumberoption.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/breaknumberoption.ui b/cui/uiconfig/ui/breaknumberoption.ui index 0f60f687762d..2f70c5e85340 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.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -14,9 +14,13 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="breaknumberoption|BreakNumberOption">Hyphenation</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> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -199,8 +203,5 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |