Skip to content

Commit

Permalink
fix: The settings sheet is too narrow under the Breeze theme
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Aug 24, 2024
1 parent 46f1d91 commit 85643ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Tabs/Games/Games.qml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ColumnLayout {

title: qsTr("Settings")

implicitWidth: 300
implicitWidth: 400
implicitHeight: headerHeight +
headerPadding +
settings_form.height
Expand Down

0 comments on commit 85643ca

Please sign in to comment.