summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-16 05:47:42 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-16 05:47:42 +0000
commita8b3bdded3b8a0fa7cfd12e52b9d60ce3658019e (patch)
treeb12a81e246ab98fc939dfc1c208e9f8826662f9d /vcl/source/src
parentea16cf1deb6f2abb0d3595356364cf179e508883 (diff)
#i92516# adjust positions
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/print.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src
index b8d21e45fb84..05fa6e1d9ccc 100644
--- a/vcl/source/src/print.src
+++ b/vcl/source/src/print.src
@@ -38,18 +38,18 @@ ModalDialog SV_DLG_PRINT
Moveable = TRUE;
SVLook = TRUE;
- Size = MAP_APPFONT( 350, 195 );
+ Size = MAP_APPFONT( 350, 205 );
OKButton SV_PRINT_OK
{
DefButton = TRUE;
- Pos = MAP_APPFONT( 240, 175 );
+ Pos = MAP_APPFONT( 240, 185 );
Size = MAP_APPFONT( 50, 15 );
Text [en-US] = "~Print";
};
CancelButton SV_PRINT_CANCEL
{
- Pos = MAP_APPFONT( 295, 175 );
+ Pos = MAP_APPFONT( 295, 185 );
Size = MAP_APPFONT( 50, 15 );
};
@@ -77,11 +77,11 @@ ModalDialog SV_DLG_PRINT
TabControl SV_PRINT_TABCTRL
{
Pos = MAP_APPFONT( 140, 5 );
- Size = MAP_APPFONT( 205, 160 );
+ Size = MAP_APPFONT( 205, 165 );
};
FixedLine SV_PRINT_BUTTONLINE
{
- Pos = MAP_APPFONT( 0, 165 );
+ Pos = MAP_APPFONT( 0, 175 );
Size = MAP_APPFONT( 350, 8 );
};
String SV_PRINT_NOPAGES