Skip to content

Commit

Permalink
Merge pull request #636 from OpenHD/consti-dev
Browse files Browse the repository at this point in the history
maybe this fixes the small text on toast message(s)
  • Loading branch information
Consti10 authored Dec 11, 2023
2 parents d5a41da + ad795f1 commit 625fb52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions qml/ui/elements/CardToast.qml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,10 @@ Item {
Text{
text: m_text
wrapMode: Text.WordWrap
width: parent.width-24
height: parent.height-24
anchors.centerIn: parent
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
color: "white"
//
font.pointSize: 17
minimumPointSize: 10
fontSizeMode: Text.Fit
Expand Down

0 comments on commit 625fb52

Please sign in to comment.