summaryrefslogtreecommitdiff
path: root/sc/source/ui
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:53:12 +0200
commita411058ad8c4106c26b41ab9defed356bf62b04b (patch)
treeebc20ab3b8f3900c69cb79098f0438153833e314 /sc/source/ui
parentccd4a408683062185802f7635836a49cdb692cf9 (diff)
fdo#51830 order of OK and Cancel buttons
Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113
Diffstat (limited to 'sc/source/ui')
-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;
};