[PATCH] Resolves: fdo#32633 use standard Edit button width of 50
Caolán McNamara
caolanm at redhat.com
Fri Jan 14 03:44:23 PST 2011
---
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
--=-48kIR1OvsmanIaKHqam7--
More information about the LibreOffice
mailing list