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+LibreOffice@googlemail.com>
diff --git a/svx/uiconfig/ui/floatingareastyle.ui b/svx/uiconfig/ui/floatingareastyle.ui
index 140f7c9..2c9579e 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>