Skip to content

Commit

Permalink
Fix settings input
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Apr 19, 2024
1 parent b71fce3 commit 2e73e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/qml/settings/components/MMSettingsInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ MMSettingsItem {
MMInputs.MMTextInput {
id: textInput

width: parent.width

title: root.title

textFieldBackground.color: __style.lightGreenColor
Expand Down

0 comments on commit 2e73e3a

Please sign in to comment.