diff options
author | Jim Raykowski <raykowj@gmail.com> | 2019-11-29 21:50:34 -0900 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-12-01 16:15:04 +0100 |
commit | d428f1e91575e743b624ec67699bc5b967889ca6 (patch) | |
tree | 8def537a1a0fc8652688739d509cd56bb5bcda34 /sw | |
parent | 7e403195e574be5174815a51cf5c42f06f76a87a (diff) |
tdf#109425 Fixes for notebookbar single
Enable grow and shrink controls to be keyboard accessed and make print
preview controls show
Change-Id: I6a31b881fb08bc73d4b4b475658c210824cbc109
Reviewed-on: https://gerrit.libreoffice.org/84105
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_single.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar_single.ui b/sw/uiconfig/swriter/ui/notebookbar_single.ui index 896da66b6f8a..bf9a57f59ab8 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_single.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_single.ui @@ -283,6 +283,7 @@ <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="Default-Grow"> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:Grow</property> </object> @@ -293,6 +294,7 @@ </child> <child> <object class="GtkToolButton" id="Default-Shrink"> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="visible_horizontal">False</property> <property name="action_name">.uno:Shrink</property> @@ -8109,6 +8111,7 @@ </child> <child> <object class="sfxlo-PriorityMergedHBox" id="PrintContainer"> + <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="sfxlo-OptionalBox" id="Print-Section-ShowSinglePage"> |