From c161e8a5a816f649e21105b09723f620336507ac Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 8 Jun 2012 09:38:01 +0200 Subject: more support for data bars in new dialogs Change-Id: I2292517a060a12c1d0dffd70558afc8a57e89754 --- sc/source/ui/src/condformatdlg.src | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/src/condformatdlg.src') diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index ecac52bf2694..48aa50c4a85b 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -215,10 +215,11 @@ Control RID_COND_ENTRY DropDown = TRUE; DDExtraWidth = TRUE; }; - Button BTN_OPTIONS + PushButton BTN_OPTIONS { - Pos = MAP_APPFONT( 120 , 62 ); + Pos = MAP_APPFONT( 120, 62 ); Size = MAP_APPFONT( 60, 14 ); + Text [ en-US ] = "More options ..."; }; }; -- cgit