sw/uiconfig/swriter/ui/notebookbar_single.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d428f1e91575e743b624ec67699bc5b967889ca6
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Fri Nov 29 21:50:34 2019 -0900
Commit:     andreas_kainz <kain...@gmail.com>
CommitDate: Sun Dec 1 16:15:04 2019 +0100

    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 <kain...@gmail.com>

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">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to