From 1e8f0e771789b353ab025320dcb845818ed3d977 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 02 Aug 2004 19:58:09 +0000 Subject: Make CheckBox a bit smaller --- (limited to 'noncore/styles') 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 @@ #include "webstyle.h" -static const int _indicatorSize = 13; +static const int _indicatorSize = 9; static QButton * _highlightedButton = 0; static const int _scrollBarExtent = 12; @@ -721,7 +721,7 @@ WebStyle::drawIndicator QSize WebStyle::exclusiveIndicatorSize() const { - return QSize(_indicatorSize, _indicatorSize); + return QSize(_indicatorSize+2, _indicatorSize+2); } void -- cgit v0.9.0.2