diff options
Diffstat (limited to 'UnoControls/source/inc/statusindicator.hxx')
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 06578eb46..718d94be7 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -2,9 +2,9 @@ * * $RCSfile: statusindicator.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: as $ $Date: 2000-10-12 10:30:21 $ + * last change: $Author: as $ $Date: 2001-08-10 12:04:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,7 +141,7 @@ namespace unocontrols{ #define SERVICENAME_STATUSINDICATOR "com.sun.star.task.XStatusIndicator" #define IMPLEMENTATIONNAME_STATUSINDICATOR "stardiv.UnoControls.StatusIndicator" #undef FREEBORDER -#define FREEBORDER 5 // border around and between the controls +#define FREEBORDER 5 // border around and between the controls #define FIXEDTEXT_SERVICENAME "com.sun.star.awt.UnoControlFixedText" #define FIXEDTEXT_MODELNAME "com.sun.star.awt.UnoControlFixedTextModel" #define CONTROLNAME_TEXT "Text" // identifier the control in container @@ -154,7 +154,7 @@ namespace unocontrols{ #undef DEFAULT_WIDTH #undef DEFAULT_HEIGHT #define DEFAULT_WIDTH 300 -#define DEFAULT_HEIGHT 60 +#define DEFAULT_HEIGHT 25 //____________________________________________________________________________________________________________ // structs, types |