diff options
author | Andre Fischer <af@apache.org> | 2013-07-09 09:45:08 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-07-09 09:45:08 +0000 |
commit | f6159d52f0423808eaddc9b5f3906cfc3e6baa0b (patch) | |
tree | 085295ee11a8ed938d53dbaea969a9174f5b879a /svx/source | |
parent | 58eca806173ea9ede4efda89a96996d147227473 (diff) |
122707: Show a frame around toolbars in sidebar panels.
Notes
Notes:
merged as: f4c9a29d62a6572a0932d5c8e014b7c960131217
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sidebar/text/TextPropertyPanel.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.hrc b/svx/source/sidebar/text/TextPropertyPanel.hrc index e07f6dd31068..49834ad3a354 100644 --- a/svx/source/sidebar/text/TextPropertyPanel.hrc +++ b/svx/source/sidebar/text/TextPropertyPanel.hrc @@ -45,7 +45,7 @@ #define X0 SECTIONPAGE_MARGIN_HORIZONTAL #define X1 SECTIONPAGE_MARGIN_HORIZONTAL + 1 + TOOLBOX_ITEM_WIDTH * 2 + 4 #define X2 (PROPERTYPAGE_WIDTH - (FONTSIZE_WIDTH)) -#define X3 (X2 - (TOOLBOX_ITEM_DD_WIDTH) - 2) +#define X3 (X2 - (TOOLBOX_ITEM_DD_WIDTH) - 3) #define FIRST_LINE_Y SECTIONPAGE_MARGIN_VERTICAL_TOP #define SECOND_LINE_Y FIRST_LINE_Y + CBOX_HEIGHT + CONTROL_SPACING_VERTICAL + 1 |