diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-14 16:10:40 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-19 19:14:11 +0000 |
commit | 31c1b8214216c228f1cf4b3e086ab27beefd3acd (patch) | |
tree | 3dc1cdf08b2e1e7eb69eae0dcb5f7d3fd2ffce3a | |
parent | 2b942719d7132b0e055395ad8efb0ee3c60676cf (diff) |
tdf#91063 Move border to Gtkbox similar to other panels
Change-Id: I8f385b2997585b3245ad862da60f0b394689b03b
Reviewed-on: https://gerrit.libreoffice.org/19463
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | chart2/uiconfig/ui/sidebarelements.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui index b1cf7de59f15..901a483df798 100644 --- a/chart2/uiconfig/ui/sidebarelements.ui +++ b/chart2/uiconfig/ui/sidebarelements.ui @@ -5,13 +5,13 @@ <object class="GtkGrid" id="ChartElementsPanel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="border_width">6</property> <child> <object class="GtkBox" id="container"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> + <property name="border_width">6</property> <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> |