Skip to content

Commit

Permalink
@thomas- set font pixel size in message box such that it is readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Nov 24, 2023
1 parent 2f4a2dc commit 8439ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qml/ui/elements/RestartQOpenHDMessageBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Card {
height:parent.height
leftPadding: 12
rightPadding: 12
font.pixelSize: 14
wrapMode: Text.WordWrap
}
}
Expand Down
1 change: 1 addition & 0 deletions qml/ui/elements/WorkaroundMessageBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Card {
text: _messageBoxInstance.text
leftPadding: 12
rightPadding: 12
font.pixelSize: 14
wrapMode: Text.WordWrap
}
}
Expand Down

0 comments on commit 8439ce7

Please sign in to comment.