[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Andras Timar
timar at kemper.freedesktop.org
Sat Jul 7 10:52:54 PDT 2012
sc/source/ui/src/colorformat.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a411058ad8c4106c26b41ab9defed356bf62b04b
Author: Andras Timar <atimar at suse.com>
Date: Sat Jul 7 19:49:57 2012 +0200
fdo#51830 order of OK and Cancel buttons
Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113
diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src
index 66ae20e..58867c6 100644
--- a/sc/source/ui/src/colorformat.src
+++ b/sc/source/ui/src/colorformat.src
@@ -38,13 +38,13 @@ ModalDialog RID_SCDLG_DATABAR
Closeable = TRUE;
OkButton BTN_OK
{
- Pos = MAP_APPFONT ( 160, 180 );
+ Pos = MAP_APPFONT ( 120, 180 );
Size = MAP_APPFONT ( 30, 14 );
TabStop = TRUE;
};
CancelButton BTN_CANCEL
{
- Pos = MAP_APPFONT ( 120, 180 );
+ Pos = MAP_APPFONT ( 160, 180 );
Size = MAP_APPFONT ( 30, 14 );
TabStop = TRUE;
};
More information about the Libreoffice-commits
mailing list