svx/uiconfig/ui/floatingareastyle.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5fdca99850c02ee85e891d082af75cf5d820d115
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Dec 15 13:51:42 2022 +0000
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Thu Dec 15 19:45:59 2022 +0000

    Resolves: tdf#147640 default optional grids hidden
    
    they are always explicitly toggled on/off by the owner, but this
    way they will be no-show-all and not make visible on relocating to
    a new parent
    
    Change-Id: If17cb15988118875a680e4d1a04c148f47c7a7b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144221
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/svx/uiconfig/ui/floatingareastyle.ui 
b/svx/uiconfig/ui/floatingareastyle.ui
index 140f7c962b21..2c9579e1f23d 100644
--- a/svx/uiconfig/ui/floatingareastyle.ui
+++ b/svx/uiconfig/ui/floatingareastyle.ui
@@ -49,7 +49,7 @@
         <child>
           <!-- n-columns=1 n-rows=1 -->
           <object class="GtkGrid" id="anglegrid">
-            <property name="visible">True</property>
+            <property name="no-show-all">True</property>
             <property name="can_focus">False</property>
             <property name="row_spacing">6</property>
             <child>
@@ -266,7 +266,7 @@
         <child>
           <!-- n-columns=1 n-rows=1 -->
           <object class="GtkGrid" id="centergrid">
-            <property name="visible">True</property>
+            <property name="no-show-all">True</property>
             <property name="can_focus">False</property>
             <property name="row_spacing">6</property>
             <property name="column_spacing">12</property>

Reply via email to