diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-01 14:36:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-02 09:59:01 +0200 |
commit | 9553efdc445f6dfd8cfd8bdd380f25a9e742d91b (patch) | |
tree | 75b7b29251be06ec8c3d88239e2adbccce64b334 /svx | |
parent | 3c80f4880d0d3a8f7c71d76877efe234f4f3629c (diff) |
make all notebooks scrollable and enable_popup
Change-Id: I16a6d556ca4c6b3f876dc0c8380d01fe3022209e
Reviewed-on: https://gerrit.libreoffice.org/61195
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/datanavigator.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/redlinecontrol.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/textcontrolchardialog.ui | 1 | ||||
-rw-r--r-- | svx/uiconfig/ui/textcontrolparadialog.ui | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/datanavigator.ui b/svx/uiconfig/ui/datanavigator.ui index 45f86a5b0690..26e8d39452c9 100644 --- a/svx/uiconfig/ui/datanavigator.ui +++ b/svx/uiconfig/ui/datanavigator.ui @@ -59,6 +59,8 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="scrollable">True</property> + <property name="enable_popup">True</property> <child> <object class="GtkGrid"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/redlinecontrol.ui b/svx/uiconfig/ui/redlinecontrol.ui index 3f086653da61..6407dd5f6260 100644 --- a/svx/uiconfig/ui/redlinecontrol.ui +++ b/svx/uiconfig/ui/redlinecontrol.ui @@ -7,6 +7,8 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="scrollable">True</property> + <property name="enable_popup">True</property> <child> <object class="GtkGrid"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/textcontrolchardialog.ui b/svx/uiconfig/ui/textcontrolchardialog.ui index 2b8d7016f52e..18cb6b0b07fc 100644 --- a/svx/uiconfig/ui/textcontrolchardialog.ui +++ b/svx/uiconfig/ui/textcontrolchardialog.ui @@ -94,6 +94,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="scrollable">True</property> + <property name="enable_popup">True</property> <child> <object class="GtkGrid"> <property name="visible">True</property> diff --git a/svx/uiconfig/ui/textcontrolparadialog.ui b/svx/uiconfig/ui/textcontrolparadialog.ui index f87062a90c5b..1bf704905157 100644 --- a/svx/uiconfig/ui/textcontrolparadialog.ui +++ b/svx/uiconfig/ui/textcontrolparadialog.ui @@ -94,6 +94,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="scrollable">True</property> + <property name="enable_popup">True</property> <child> <object class="GtkGrid"> <property name="visible">True</property> |