diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-21 13:45:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-21 13:47:05 +0100 |
commit | ca4a3819475da1eb6115d83b1e8e33ae4e011261 (patch) | |
tree | 7d99a190722e1f934866e749f4c6d4e822803fed /desktop/uiconfig/ui/updatedialog.ui | |
parent | 5690def7c8e8c1d875b4f9bed4dea712d99480d8 (diff) |
lets drop the custom DescriptionEdit widget
Change-Id: Id08b364b828ccacd5c54276daf605ec4ff3fdb0a
Diffstat (limited to 'desktop/uiconfig/ui/updatedialog.ui')
-rw-r--r-- | desktop/uiconfig/ui/updatedialog.ui | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index 9410aff2311a..34e6b10f4473 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires LibreOffice 1.0 --> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="UpdateDialog"> <property name="can_focus">False</property> @@ -278,24 +277,18 @@ </packing> </child> <child> - <object class="GtkScrolledWindow" id="scrolledwindow2"> + <object class="GtkTextView" id="DESCRIPTIONS:border"> <property name="visible">True</property> + <property name="sensitive">False</property> <property name="can_focus">True</property> - <property name="vscrollbar_policy">always</property> - <property name="shadow_type">in</property> - <child> - <object class="deploymentgui-DescriptionEdit" id="DESCRIPTIONS"> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - <property name="editable">False</property> - </object> - </child> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="editable">False</property> + <property name="cursor_visible">False</property> + <property name="accepts_tab">False</property> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> |