Skip to content

Commit

Permalink
Set width of game controller mapping boxes to width of text
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jan 3, 2025
1 parent 494a99c commit 0a642c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/src/qml/ControllerMappingDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ DialogView {
Button {
property bool firstInFocusChain: false
property bool lastInFocusChain: false
Layout.preferredWidth: 90
Layout.preferredHeight: 52
text: {
if(modelData.physicalButton.length > 0)
Expand Down Expand Up @@ -190,7 +189,6 @@ DialogView {
Button {
property bool firstInFocusChain: false
property bool lastInFocusChain: index == (chiakiButtons.count - 1)
Layout.preferredWidth: 90
Layout.preferredHeight: 52
text: {
if(modelData.physicalButton.length > 1)
Expand Down

0 comments on commit 0a642c8

Please sign in to comment.