Remove extra space in right title button group
Request from Nuno :-) REVIEW: 104303
This commit is contained in:
parent
da76386fb0
commit
c802e2bfca
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ QString KDecorationOptions::titleButtonsRight() const
|
||||||
|
|
||||||
QString KDecorationOptions::defaultTitleButtonsRight()
|
QString KDecorationOptions::defaultTitleButtonsRight()
|
||||||
{
|
{
|
||||||
return "HIA__X";
|
return "HIAX";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool KDecorationOptions::showTooltips() const
|
bool KDecorationOptions::showTooltips() const
|
||||||
|
|
Loading…
Reference in a new issue