minor work

svn path=/trunk/kdebase/kwin/; revision=57145
This commit is contained in:
Rik Hemsley 2000-07-15 19:27:07 +00:00
parent 513dd56332
commit cf88f2000a

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) {