diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-08-10 11:04:21 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-08-10 11:04:21 +0000 |
commit | 64fcd4dc390a9af9fdeaf7fdc05589860702f5ce (patch) | |
tree | 23ab50644cd605b068b3b001db40b9e37377c85a /UnoControls/source/inc/statusindicator.hxx | |
parent | d2ba58f99c7556c44c84dd427c729141903f3c4d (diff) |
#67297# redesign it
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 |