diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 12:01:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 14:00:58 +0100 |
commit | 4b339818bb036b409dd5dc00d645c62063e63de5 (patch) | |
tree | cd27d4fc5a75930cb6565d362a1cfc2261c404e1 /desktop/uiconfig | |
parent | eba5e5b6b6577cc2d0bbd1ff66eefd0e2024fc4e (diff) |
add a VclViewport
like GtkViewport so that the scrolled region will be clipped,
which also has the side-effect of stopping glade clobbering
the non view-port scrolled .ui files on editing
Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82
Diffstat (limited to 'desktop/uiconfig')
-rw-r--r-- | desktop/uiconfig/ui/updatedialog.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index 940b104edafc..e3856326c385 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -144,10 +144,15 @@ </packing> </child> <child> - <object class="GtkScrolledWindow" id="UPDATES_CONTAINER"> + <object class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> + <child> + <object class="GtkViewport" id="UPDATES_CONTAINER"> + <property name="visible">True</property> + </object> + </child> </object> <packing> <property name="expand">True</property> |