summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.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/options/optsave.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/options/optsave.src')
-rw-r--r--cui/source/options/optsave.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src
index eafb980cdaf2..8bce711411c0 100644
--- a/cui/source/options/optsave.src
+++ b/cui/source/options/optsave.src
@@ -42,7 +42,7 @@ TabPage RID_SFXPAGE_SAVE
SVLook = TRUE ;
Hide = TRUE ;
TEXT_SAVEPAGE
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
FixedLine LB_LOAD
{
Pos = MAP_APPFONT ( 6 , 2 ) ;