mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Misc. smaller UI adjustments/style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e85680f1b0
commit
cd095dbb3f
@@ -278,10 +278,7 @@ namespace BlackGui
|
||||
const QString c = combinedStyleAndWeight.toLower();
|
||||
for (const QString &w : fontWeights())
|
||||
{
|
||||
if (c.contains(w))
|
||||
{
|
||||
return w;
|
||||
}
|
||||
if (c.contains(w)) { return w; }
|
||||
}
|
||||
return n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user