summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tabline.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 /cui/source/tabpages/tabline.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 'cui/source/tabpages/tabline.src')
-rw-r--r--cui/source/tabpages/tabline.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/tabpages/tabline.src b/cui/source/tabpages/tabline.src
index de03c1b0a803..5e0108e3a4d7 100644
--- a/cui/source/tabpages/tabline.src
+++ b/cui/source/tabpages/tabline.src
@@ -37,7 +37,7 @@
TabPage RID_SVXPAGE_LINE
{
- Size = MAP_APPFONT ( 260 , 185 );
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT );
HelpId = HID_LINE_LINE ;
Hide = TRUE ;
Text [ en-US ] = "Lines" ;
@@ -419,7 +419,7 @@ TabPage RID_SVXPAGE_LINE
TabPage RID_SVXPAGE_LINE_DEF
{
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
HelpId = HID_LINE_DEF ;
Hide = TRUE ;
Text [ en-US ] = "Define line styles" ;
@@ -693,7 +693,7 @@ TabPage RID_SVXPAGE_LINE_DEF
TabPage RID_SVXPAGE_LINEEND_DEF
{
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
HelpId = HID_LINE_ENDDEF ;
Hide = TRUE ;
Text [ en-US ] = "Arrowheads" ;