diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 01:44:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 01:44:01 +0000 |
| commit | e64d90be4d5b86a497ed8f03c6ba40512765e239 (patch) | |
| tree | f3f8cc2e621363633f4c28d54fd0a353573c394f /src/frame.cc | |
| parent | 46441f7d60c008b11a170516734ae7a5932a738e (diff) | |
new render system in effect. now ot make it look right
Diffstat (limited to 'src/frame.cc')
| -rw-r--r-- | src/frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.cc b/src/frame.cc index e186e898..cd73f29a 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -153,7 +153,7 @@ void Frame::adjustSize() _titlebar.setGeometry(-bwidth, -bwidth, width, - _style->labelFont()->height() + bevel * 2); + _style->labelFont()->height() + (bevel * 2)); _innersize.top += _titlebar.height() + bwidth; // set the label size |
