Skip to content

Commit

Permalink
Fix issue with buttons overflow on bottom in panel
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaized authored Dec 25, 2021
1 parent ed0d03f commit 8498d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Item {
exclusiveGroup: buttonGroup
tooltip: currentDescription

Layout.fillHeight: true
Layout.fillWidth: true
Layout.preferredWidth: showIconsOnly ? -1 : units.gridUnit * 10

Expand Down

0 comments on commit 8498d7a

Please sign in to comment.