diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-07-30 17:31:08 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-07-30 17:31:08 +0000 |
commit | 8cee10d466e46d4f159e639809b7ceae4495355a (patch) | |
tree | 9a52df4ca609553b6034bfa908e644a91bee96d4 /vcl/source/src/print.src | |
parent | ea2ff673857fc3a973ab828ffb9b5b32a2c99689 (diff) |
#i92518# label cleanup
Diffstat (limited to 'vcl/source/src/print.src')
-rw-r--r-- | vcl/source/src/print.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src index bb2c18af5146..aab695f8bf93 100644 --- a/vcl/source/src/print.src +++ b/vcl/source/src/print.src @@ -145,6 +145,7 @@ ModalDialog SV_DLG_PRINT Pos = MAP_APPFONT( 0, 0 ); Size = MAP_APPFONT( 10, 10 ); Text [en-US] = "P~ages"; + VCenter = TRUE; }; NumericField SV_PRINT_PRT_NUP_COLS_EDT { @@ -161,6 +162,7 @@ ModalDialog SV_DLG_PRINT Pos = MAP_APPFONT( 10, 35 ); Size = MAP_APPFONT( 40, 10 ); Text [en-US] = "~by"; + VCenter = TRUE; }; NumericField SV_PRINT_PRT_NUP_ROWS_EDT { |