mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
parent
478cfa660d
commit
d28154c3d2
|
@ -32,6 +32,9 @@ int ProxyStyle::styleHint(StyleHint hint, const QStyleOption* option, const QWid
|
||||||
case QStyle::SH_ScrollBar_ContextMenu:
|
case QStyle::SH_ScrollBar_ContextMenu:
|
||||||
return int(false);
|
return int(false);
|
||||||
|
|
||||||
|
case QStyle::SH_TabBar_Alignment:
|
||||||
|
return Qt::AlignLeft;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return QProxyStyle::styleHint(hint, option, widget, returnData);
|
return QProxyStyle::styleHint(hint, option, widget, returnData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user