summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optdlg.src
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-15 10:10:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-17 07:57:59 +0200
commitf70fe6e651eefbc69c434256f7e74ad53519a36c (patch)
treeb249e3372dcc14b618868b1f0b7a3916b50f2312 /sw/source/ui/config/optdlg.src
parent9baeb0bd8f621457d265f09bd377d7147141030d (diff)
fdo#49921 make sure all tab pages have the same dimensions
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
Diffstat (limited to 'sw/source/ui/config/optdlg.src')
-rw-r--r--sw/source/ui/config/optdlg.src12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 347bd8bde6d9..94c5d62d6b2c 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -45,7 +45,7 @@ TabPage TP_CONTENT_OPT
{
HelpID = HID_CONTENT_OPT ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
Hide = TRUE ;
FixedLine FL_LINE
{
@@ -207,7 +207,7 @@ TabPage TP_CONTENT_OPT
TabPage TP_OPTPRINT_PAGE
{
HelpID = HID_OPTPRINT_PAGE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
Hide = TRUE ;
FixedLine FL_1
{
@@ -439,7 +439,7 @@ TabPage TP_OPTPRINT_PAGE
TabPage TP_STD_FONT
{
HelpID = HID_STD_FONT ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
Hide = TRUE ;
FixedLine FL_STDCHR
{
@@ -614,7 +614,7 @@ TabPage TP_STD_FONT
TabPage TP_OPTTABLE_PAGE
{
HelpID = HID_OPTTABLE_PAGE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
Hide = TRUE ;
FixedLine FL_TABLE
{
@@ -858,7 +858,7 @@ TabPage TP_OPTSHDWCRSR
{
HelpID = HID_OPTSHDWCRSR ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
Hide = TRUE ;
//_----------------------------
FixedLine FL_NOPRINT
@@ -1068,7 +1068,7 @@ TabPage TP_COMPARISON_OPT
HelpID = HID_COMPARISON_OPT;
SVLook = TRUE ;
Hide = TRUE;
- Size = MAP_APPFONT ( 260 , 185 );
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT );
FixedLine FL_CMP
{
Pos = MAP_APPFONT ( 6 , 3 ) ;