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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/documentpropertiesdialog.ui | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/emojicontrol.ui | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/helpcontrol.ui | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui index 31efb3c49012..d835fe80f493 100644 --- a/sfx2/uiconfig/ui/documentpropertiesdialog.ui +++ b/sfx2/uiconfig/ui/documentpropertiesdialog.ui @@ -87,6 +87,8 @@ <object class="GtkNotebook" id="tabcontrol"> <property name="visible">True</property> <property name="can_focus">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/sfx2/uiconfig/ui/emojicontrol.ui b/sfx2/uiconfig/ui/emojicontrol.ui index 9474c040533c..e205eef363f6 100644 --- a/sfx2/uiconfig/ui/emojicontrol.ui +++ b/sfx2/uiconfig/ui/emojicontrol.ui @@ -22,6 +22,8 @@ <object class="GtkNotebook" id="tab_control"> <property name="visible">True</property> <property name="can_focus">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/sfx2/uiconfig/ui/helpcontrol.ui b/sfx2/uiconfig/ui/helpcontrol.ui index ccdcd9d737b1..120ac25fd34a 100644 --- a/sfx2/uiconfig/ui/helpcontrol.ui +++ b/sfx2/uiconfig/ui/helpcontrol.ui @@ -33,6 +33,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> |