Skip to content

Commit

Permalink
maybe this fixes the small text on toast message(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Dec 11, 2023
1 parent 696a771 commit ad795f1
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 ad795f1

Please sign in to comment.