diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-02 21:11:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-03 18:50:05 +0100 |
commit | 301514183d471cfeb085673eb4563f8c310162b7 (patch) | |
tree | 6a35a4334aad350d979991fb75cf91fee42bdc17 /sfx2/uiconfig/ui | |
parent | 64d51760cc41bf033a6b69258f6f4a376878d17a (diff) |
weld license dialog
Change-Id: Icfd921923cf6396db4cc5ecabd7b65d0b4c9aef7
Reviewed-on: https://gerrit.libreoffice.org/50648
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 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/licensedialog.ui | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/licensedialog.ui b/sfx2/uiconfig/ui/licensedialog.ui index 73ae86471ddc..7d34353c1008 100644 --- a/sfx2/uiconfig/ui/licensedialog.ui +++ b/sfx2/uiconfig/ui/licensedialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.2 --> <interface domain="sfx"> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="LicenseDialog"> @@ -7,6 +7,9 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="licensedialog|LicenseDialog">Licensing and Legal information</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"> @@ -18,12 +21,11 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="show"> + <object class="GtkButton" id="ok"> <property name="label" translatable="yes" context="licensedialog|show">_Show License</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_underline">True</property> </object> @@ -39,6 +41,9 @@ <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_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> </object> @@ -83,8 +88,11 @@ This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyri </object> </child> <action-widgets> - <action-widget response="0">show</action-widget> + <action-widget response="-5">ok</action-widget> <action-widget response="-7">close</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |