Fix individual button width for the help button.
svn path=/trunk/KDE/kdebase/workspace/; revision=1077223
This commit is contained in:
parent
e92659acbf
commit
19637c1803
1 changed files with 2 additions and 0 deletions
|
@ -653,6 +653,8 @@ int AuroraeClient::layoutMetric(LayoutMetric lm, bool respectWindowState,
|
|||
return conf.buttonWidthShade();
|
||||
case MenuButton:
|
||||
return conf.buttonWidthMenu();
|
||||
case HelpButton:
|
||||
return conf.buttonWidthHelp();
|
||||
default:
|
||||
return conf.buttonWidth();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue