Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Need a review of attached to fix

https://bugs.freedesktop.org/show_bug.cgi?id=32633

for libreoffice-3-3-0.

Trivially change "Edit..." button to be 50units wide like all other
"Edit..." buttons, double checked that all mentioned language
translations fit into that length.

C.


From a3c9ea96b2deee09060fae80d673e262b27872bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.