diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-25 11:43:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-25 22:05:14 +0100 |
commit | ecefb04ed64656c4c25ac6960d71be35ece6a583 (patch) | |
tree | 60fc7a343a9851b57a307413c92ff17a0690947f /desktop/uiconfig | |
parent | ac40c9aa8f3db53c73283390701cd08a564204cc (diff) |
weld UpdateInstallDialog
Change-Id: I56f1de2ac91076a35f1f3583d7500e5b2fa4ce54
Reviewed-on: https://gerrit.libreoffice.org/68315
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/uiconfig')
-rw-r--r-- | desktop/uiconfig/ui/updateinstalldialog.ui | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/desktop/uiconfig/ui/updateinstalldialog.ui b/desktop/uiconfig/ui/updateinstalldialog.ui index b28944b9e095..973c28528f37 100644 --- a/desktop/uiconfig/ui/updateinstalldialog.ui +++ b/desktop/uiconfig/ui/updateinstalldialog.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="dkt"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="UpdateInstallDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="updateinstalldialog|UpdateInstallDialog">Download and Installation</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> @@ -130,13 +136,22 @@ </packing> </child> <child> - <object class="GtkTextView" id="INFO"> + <object class="GtkScrolledWindow"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="editable">False</property> - <property name="cursor_visible">False</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkTextView" id="INFO"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="editable">False</property> + <property name="cursor_visible">False</property> + </object> + </child> </object> <packing> <property name="expand">False</property> |