minor work

svn path=/trunk/kdebase/kwin/; revision=57145
icc-effect-5.14.5
Rik Hemsley 2000-07-15 19:27:07 +00:00
parent 513dd56332
commit cf88f2000a
1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ TitleBar::resizeEvent(QResizeEvent *)
{
int sizeProblem = 0;
if (width() < 80) sizeProblem = 3;
else if (width() < 100) sizeProblem = 2;
else if (width() < 120) sizeProblem = 1;
if (width() < 120) sizeProblem = 3;
else if (width() < 160) sizeProblem = 2;
else if (width() < 200) sizeProblem = 1;
switch (sizeProblem) {