summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};