summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-08 07:16:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 08:01:25 +0200
commit3d193574ef0143f07eed2df4235f390c747327a4 (patch)
tree2eef2cd0dd6bac10b619cf0c6ff3d3b6ce9283fa /sc/source/ui/src/condformatdlg.src
parent76f5ca40207448dfb5a7c87ba2c27076e024a50f (diff)
add data bar ui elements
Change-Id: I3ba7ac39e5339dc42850a15df9b95adf474f8e3a
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index f69b445dfaee..ecac52bf2694 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -215,6 +215,11 @@ Control RID_COND_ENTRY
DropDown = TRUE;
DDExtraWidth = TRUE;
};
+ Button BTN_OPTIONS
+ {
+ Pos = MAP_APPFONT( 120 , 62 );
+ Size = MAP_APPFONT( 60, 14 );
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */