summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-07-07 19:49:57 +0200
committerAndras Timar <atimar@suse.com>2012-07-07 19:49:57 +0200
commit14a3ad2a23a14de57207e1fd3adc459684f95672 (patch)
treed85d3b3e1932a6c6083184a3e75a7966c9d22f9b
parent845be17a61b0cf5acc6eb683dc63ffa146331e1c (diff)
fdo#51830 order of OK and Cancel buttons
Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113
-rw-r--r--sc/source/ui/src/colorformat.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src
index 66ae20eb5d2d..58867c6e24ae 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;
};