Reduce border thickness
svn path=/trunk/KDE/kdebase/workspace/; revision=926586
This commit is contained in:
parent
0d6f29c18d
commit
37f938b841
1 changed files with 4 additions and 1 deletions
|
@ -131,7 +131,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