summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-07 05:58:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-09 06:33:16 +0200
commit5240022f55b65900112b332a085a6ca652156e30 (patch)
treefd05f4591fe9cfdcc7880737ddebb8d76ab4a921 /sc/source/ui/src/condformatdlg.src
parenta1e53f7d14948c714382ae0961303b963bddc1e8 (diff)
change to ref input field for range edit
Change-Id: I69eb352869e0bcaa362bb1be6022d30de8c2658c
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src8
1 files changed, 7 insertions, 1 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index f00052a8d4dd..e7fa731144b9 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -77,7 +77,13 @@ ModelessDialog RID_SCDLG_CONDFORMAT
Edit ED_RANGE
{
Pos = MAP_APPFONT( 60, 262 );
- Size = MAP_APPFONT( 200, 14 );
+ Size = MAP_APPFONT( 182, 14 );
+ Border = TRUE;
+ };
+ ImageButton RB_RANGE
+ {
+ Pos = MAP_APPFONT( 245, 262 );
+ Size = MAP_APPFONT( 14, 14 );
Border = TRUE;
};
};