diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-05-14 18:51:12 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-05-15 08:45:58 +0200 |
commit | 8ab79071d8beed7459711df8a5df7a731fbf2271 (patch) | |
tree | 32d2f1ba2d1429fdc8b3bba7f9b589f8071cc8ca | |
parent | c074abd484f7666c954942b750b8e1c445013636 (diff) |
tdf#117186 - Sidebar: Shapes deck should fill the whole sidebar
Change-Id: Ib4ddab03b3b001523f3e819e5bdac7fbefc17f24
Reviewed-on: https://gerrit.libreoffice.org/54339
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 3 | ||||
-rw-r--r-- | svx/uiconfig/ui/defaultshapespanel.ui | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index f65558a9b72d..af807dadf828 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -79,9 +79,6 @@ <prop oor:name="OrderIndex" oor:type="xs:int"> <value>200</value> </prop> - <prop oor:name="IsExperimental" oor:type="xs:boolean"> - <value>true</value> - </prop> </node> diff --git a/svx/uiconfig/ui/defaultshapespanel.ui b/svx/uiconfig/ui/defaultshapespanel.ui index 5606527bfd21..e211bdf62a84 100644 --- a/svx/uiconfig/ui/defaultshapespanel.ui +++ b/svx/uiconfig/ui/defaultshapespanel.ui @@ -17,7 +17,6 @@ <property name="spacing">12</property> <child> <object class="GtkScrolledWindow" id="scrolledwindow1"> - <property name="height_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> |