diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-05 10:51:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-05 16:21:52 +0200 |
commit | 4ff983b930dc15658aa531759d3f1e5b9586aeab (patch) | |
tree | 3e494e73b59eec3056d3529b43b6df9d4a41b2ea | |
parent | 6c9948d80aaa1d4827ccf741d900093abe7a973e (diff) |
Related: tdf#142049 restore some elements default visibility in the ui
these defaulted to not visible before...
commit ec548bce309d965a25e807ae79432114926e06f3
Author: Caolán McNamara <caolanm@redhat.com>
Date: Mon Oct 15 11:14:02 2018 +0100
weld ChartTypeDialog and SchLayoutTabPage
Change-Id: I101c56b855d0bdc43559ca4561d298fa4ad92572
Reviewed-on: https://gerrit.libreoffice.org/61797
Change-Id: I424368e108726376140a0e83e085fe5ab01c497f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115129
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | chart2/uiconfig/ui/tp_ChartType.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index d127b33d03f4..e9f8e2ba3ce3 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -75,7 +75,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkScrolledWindow" id="subtypewin"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="hscrollbar_policy">never</property> @@ -87,7 +87,7 @@ <property name="can_focus">True</property> <child> <object class="GtkDrawingArea" id="subtype"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property> <property name="hexpand">True</property> @@ -457,14 +457,14 @@ </child> <child> <object class="GtkScrolledWindow"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">False</property> <property name="vexpand">True</property> <property name="hscrollbar_policy">never</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="charttype"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="vexpand">True</property> <property name="model">liststore2</property> |