[Libreoffice-commits] core.git: cui/source
Andreas Mantke
maand at gmx.de
Tue Mar 25 04:35:53 PDT 2014
cui/source/options/treeopt.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b53ba68b6b4a070ec56d02aaacccc6f649ec9482
Author: Andreas Mantke <maand at gmx.de>
Date: Sun Mar 23 22:02:02 2014 +0100
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 at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/cui/source/options/treeopt.hrc b/cui/source/options/treeopt.hrc
index 2986640..aa502a4 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)
More information about the Libreoffice-commits
mailing list