diff options
author | Xisco Fauli <anistenis@gmail.com> | 2017-12-01 16:55:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-09 22:01:17 +0100 |
commit | 30f399a631cae8060cbfb8bde87ecaadcdf4f406 (patch) | |
tree | dfd4939e0ede6e028a3fd7f3c4af3fc5675703bf /svtools | |
parent | 1d6caa96d23eda357277faa919d24ee7af52652a (diff) |
tdf#114098 Show vertical scrollbar
Change-Id: I03b94d6860e559a4074a3a23fcc0407f22c21df4
Reviewed-on: https://gerrit.libreoffice.org/45686
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit be40df24b26827057e5303b612196a3ded84bebd)
Reviewed-on: https://gerrit.libreoffice.org/45693
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit eed2c5d7fc7e96a06bf5862f023f08f5e2446343)
Reviewed-on: https://gerrit.libreoffice.org/45797
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/addresstemplatedialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/addresstemplatedialog.ui b/svtools/uiconfig/ui/addresstemplatedialog.ui index 0b9caeb94a8c..55384267f3f1 100644 --- a/svtools/uiconfig/ui/addresstemplatedialog.ui +++ b/svtools/uiconfig/ui/addresstemplatedialog.ui @@ -216,6 +216,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="vscrollbar_policy">always</property> <property name="shadow_type">in</property> <child> <object class="GtkViewport" id="viewport1"> |