diff options
author | Andreas Mantke <maand@gmx.de> | 2014-03-23 22:02:02 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2014-03-25 11:35:27 +0000 |
commit | b53ba68b6b4a070ec56d02aaacccc6f649ec9482 (patch) | |
tree | 8047b33c6d1e1148b85131173c27b2720e7ab1bc /cui | |
parent | fb33a0f720667194740855284051dfeca114994b (diff) |
More vertical space for the options dialog
The vertical space of the options dialog is to small for the new
security page in German translation. The last entry is not visible
and the button could not be reached.
Solution: I added more vertical space to ROW_3 which is the postion
of the separation line. I added the hight of a button and of the line.
This fixes the issue with missing space for the last entry in section
especially for the German translation.
Change-Id: Icacfd4587d605e56438f3d7207ce5d257f313072
Reviewed-on: https://gerrit.libreoffice.org/8735
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.hrc b/cui/source/options/treeopt.hrc index 2986640690c4..aa502a4aa090 100644 --- a/cui/source/options/treeopt.hrc +++ b/cui/source/options/treeopt.hrc @@ -51,7 +51,7 @@ #define ROW_1 (RSC_SP_DLG_INNERBORDER_TOP) #define ROW_2 (ROW_1+HEIGHT_PAGEFRAME) -#define ROW_3 (ROW_2+RSC_SP_CTRL_GROUP_Y) +#define ROW_3 (ROW_2+RSC_SP_CTRL_GROUP_Y+RSC_CD_PUSHBUTTON_HEIGHT+RSC_CD_FIXEDLINE_HEIGHT) #define ROW_4 (ROW_3+RSC_CD_FIXEDLINE_HEIGHT) #define ROW_5 (ROW_4+RSC_CD_PUSHBUTTON_HEIGHT) #define ROW_6 (ROW_5+RSC_SP_DLG_INNERBORDER_BOTTOM) |