author | zecke <zecke> | 2004-08-02 19:58:09 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-08-02 19:58:09 (UTC) |
commit | 1e8f0e771789b353ab025320dcb845818ed3d977 (patch) (unidiff) | |
tree | f6b02187a54d460f6b75251a44c5e9b764b302bf | |
parent | afec356b8cbbda815308fb5fe8e277737e0ca32c (diff) | |
download | opie-1e8f0e771789b353ab025320dcb845818ed3d977.zip opie-1e8f0e771789b353ab025320dcb845818ed3d977.tar.gz opie-1e8f0e771789b353ab025320dcb845818ed3d977.tar.bz2 |
Make CheckBox a bit smaller
-rw-r--r-- | noncore/styles/web/webstyle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/styles/web/webstyle.cpp b/noncore/styles/web/webstyle.cpp index 10d9791..cd3cf08 100644 --- a/noncore/styles/web/webstyle.cpp +++ b/noncore/styles/web/webstyle.cpp | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include "webstyle.h" | 35 | #include "webstyle.h" |
36 | 36 | ||
37 | static const int _indicatorSize = 13; | 37 | static const int _indicatorSize = 9; |
38 | static QButton * _highlightedButton = 0; | 38 | static QButton * _highlightedButton = 0; |
39 | static const int _scrollBarExtent = 12; | 39 | static const int _scrollBarExtent = 12; |
40 | 40 | ||
@@ -721,7 +721,7 @@ WebStyle::drawIndicator | |||
721 | QSize | 721 | QSize |
722 | WebStyle::exclusiveIndicatorSize() const | 722 | WebStyle::exclusiveIndicatorSize() const |
723 | { | 723 | { |
724 | return QSize(_indicatorSize, _indicatorSize); | 724 | return QSize(_indicatorSize+2, _indicatorSize+2); |
725 | } | 725 | } |
726 | 726 | ||
727 | void | 727 | void |