summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/src/opredlin.src
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-16 17:46:06 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-16 17:46:06 +0000
commit1b5baace91d3f3a95f63d8fa5b7c16eae67a989d (patch)
treec42c2c92f1cf979dfcf9b310b4f032796ee2d993 /sc/source/ui/src/opredlin.src
parentmove the validations from the iterator to the cellstyles (diff)
downloadcore-1b5baace91d3f3a95f63d8fa5b7c16eae67a989d.tar.gz
core-1b5baace91d3f3a95f63d8fa5b7c16eae67a989d.zip
#80394# color listboxes resized to fit in dialog
Diffstat (limited to 'sc/source/ui/src/opredlin.src')
-rw-r--r--sc/source/ui/src/opredlin.src12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/src/opredlin.src b/sc/source/ui/src/opredlin.src
index 15a66a2d06e9..ec62cf5a4844 100644
--- a/sc/source/ui/src/opredlin.src
+++ b/sc/source/ui/src/opredlin.src
@@ -2,9 +2,9 @@
*
* $RCSfile: opredlin.src,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:05 $
+ * last change: $Author: nn $ $Date: 2000-11-16 18:46:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,28 +201,28 @@ TabPage RID_SCPAGE_OPREDLINE
ListBox CLB_CONTENT
{
Pos = MAP_APPFONT ( 90 , 20 ) ;
- Size = MAP_APPFONT ( 120 , 124 ) ;
+ Size = MAP_APPFONT ( 120 , 86 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox CLB_REMOVE
{
Pos = MAP_APPFONT ( 90 , 40 ) ;
- Size = MAP_APPFONT ( 120 , 124 ) ;
+ Size = MAP_APPFONT ( 120 , 86 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox CLB_INSERT
{
Pos = MAP_APPFONT ( 90 , 60 ) ;
- Size = MAP_APPFONT ( 120 , 124 ) ;
+ Size = MAP_APPFONT ( 120 , 86 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
ListBox CLB_MOVE
{
Pos = MAP_APPFONT ( 90 , 80 ) ;
- Size = MAP_APPFONT ( 120 , 124 ) ;
+ Size = MAP_APPFONT ( 120 , 86 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};