From a3c9ea96b2deee09060fae80d673e262b27872bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 14 Jan 2011 11:44:23 +0000 Subject: [PATCH] Resolves: fdo#32633 use standard Edit button width of 50 --- sw/source/ui/misc/titlepage.src | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/misc/titlepage.src b/sw/source/ui/misc/titlepage.src index deade3e..8e6aec6 100644 --- a/sw/source/ui/misc/titlepage.src +++ b/sw/source/ui/misc/titlepage.src @@ -212,15 +212,15 @@ ModalDialog DLG_TITLEPAGE { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 182 ) ; - Size = MAP_APPFONT ( 152 , 80 ) ; + Size = MAP_APPFONT ( 132 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; }; PushButton PB_PAGE_PROPERTIES { - Pos = MAP_APPFONT ( 170 , 182 ) ; - Size = MAP_APPFONT ( 30 , 12 ) ; + Pos = MAP_APPFONT ( 150 , 182 ) ; + Size = MAP_APPFONT ( 50 , 12 ) ; Text [ en-US ] = "Edit..." ; }; FixedLine FL_BOTTOM -- 1.7.3.4