Skip to content

Commit 2959213

Browse files
committed
Reduce font size for long callsigns
1 parent e84e6bd commit 2959213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Resources/Components/Toolbar.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ GridLayout {
150150
id: myCallsignLabel
151151
text: myCallsign
152152
font.family: robotoMono.name
153-
font.pixelSize: 16
153+
font.pixelSize: (myCallsign.length > 8) ? 14 : 16
154154
renderType: Text.NativeRendering
155155
color: "white"
156156
leftPadding: 5

0 commit comments

Comments
 (0)