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();
|
return conf.buttonWidthShade();
|
||||||
case MenuButton:
|
case MenuButton:
|
||||||
return conf.buttonWidthMenu();
|
return conf.buttonWidthMenu();
|
||||||
|
case HelpButton:
|
||||||
|
return conf.buttonWidthHelp();
|
||||||
default:
|
default:
|
||||||
return conf.buttonWidth();
|
return conf.buttonWidth();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue