mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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:
|
||||
return int(false);
|
||||
|
||||
case QStyle::SH_TabBar_Alignment:
|
||||
return Qt::AlignLeft;
|
||||
|
||||
default:
|
||||
return QProxyStyle::styleHint(hint, option, widget, returnData);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user