diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-17 09:51:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-17 14:29:09 +0200 |
commit | 45112bfd091b8a14729f1010d2662c9064ba03e6 (patch) | |
tree | 6a196e3f63957248c16d4cd6b03b3dc3c6bafc32 /uui/uiconfig | |
parent | 27c9370b5fd00b851582e4163907656286e8c581 (diff) |
weld NameClashDialog
Change-Id: I4c68bc92fa90ca4a9723f2664549f34b50213bfb
Reviewed-on: https://gerrit.libreoffice.org/54471
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/uiconfig')
-rw-r--r-- | uui/uiconfig/ui/simplenameclash.ui | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/uui/uiconfig/ui/simplenameclash.ui b/uui/uiconfig/ui/simplenameclash.ui index e276083fa732..e332548c01e0 100644 --- a/uui/uiconfig/ui/simplenameclash.ui +++ b/uui/uiconfig/ui/simplenameclash.ui @@ -1,12 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="uui"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="SimpleNameClashDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="simplenameclash|SimpleNameClashDialog">File Exists</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> @@ -109,6 +115,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="expand">False</property> @@ -127,8 +134,6 @@ </child> <action-widgets> <action-widget response="-11">help</action-widget> - <action-widget response="0">replace</action-widget> - <action-widget response="0">rename</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> </object> |