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 /svtools/uiconfig/ui/addresstemplatedialog.ui | |
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 'svtools/uiconfig/ui/addresstemplatedialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/addresstemplatedialog.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/addresstemplatedialog.ui b/svtools/uiconfig/ui/addresstemplatedialog.ui index 65e708c09fdb..50b38245322b 100644 --- a/svtools/uiconfig/ui/addresstemplatedialog.ui +++ b/svtools/uiconfig/ui/addresstemplatedialog.ui @@ -231,6 +231,9 @@ <property name="vexpand">True</property> <property name="vscrollbar_policy">always</property> <property name="shadow_type">in</property> + <child> + <object class="GtkViewport" id="viewport1"> + <property name="visible">True</property> <child> <object class="GtkGrid" id="grid4"> <property name="visible">True</property> @@ -582,6 +585,8 @@ </child> </object> </child> + </object> + </child> </object> </child> </object> |