[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Jan 14 03:47:09 PST 2011
sw/source/ui/misc/titlepage.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0bc34a89434f97f5c25fae9d3529c292aba8e9e6
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jan 14 11:44:23 2011 +0000
Resolves: fdo#32633 use standard Edit button width of 50
(cherry picked from commit a3c9ea96b2deee09060fae80d673e262b27872bb)
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
More information about the Libreoffice-commits
mailing list