Sync r926586 from Oxygen.
svn path=/trunk/KDE/kdebase/workspace/; revision=980079
This commit is contained in:
parent
74cb4ddd81
commit
ac1bd1e6ec
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,10 @@ int OxygenClient::layoutMetric(LayoutMetric lm, bool respectWindowState, const K
|
|||
if (respectWindowState && maximized) {
|
||||
return 0;
|
||||
} else {
|
||||
return BFRAMESIZE;
|
||||
if (lm == LM_BorderBottom)
|
||||
return BFRAMESIZE + 2;
|
||||
else
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue