diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-11 12:53:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-11 15:37:27 +0200 |
commit | a87569e9ea8db9a0d869570613603eebf7c145e8 (patch) | |
tree | 804a8673c5c763bbffef835e5fba65d7e46ececf /svtools/uiconfig/ui/restartdialog.ui | |
parent | 5afe093d8994c37d239001e8e272ab86eea62dcb (diff) |
weld RestartDialog
Change-Id: Iae97806a11b6c950931a342d06b3eeea168c7559
Reviewed-on: https://gerrit.libreoffice.org/52721
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 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 0f59355e0ae0..f9c4ebc95b28 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.20.4 --> <interface domain="svt"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="RestartDialog"> @@ -7,6 +7,9 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="restartdialog|RestartDialog">Restart %PRODUCTNAME</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"> @@ -252,5 +255,8 @@ <action-widget response="-8">yes</action-widget> <action-widget response="-9">no</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |