Skip to content

Commit

Permalink
26599: Previous and Next buttons in Measure properties will be the sa…
Browse files Browse the repository at this point in the history
…me width
  • Loading branch information
krasko78 committed Feb 20, 2025
1 parent ac59904 commit f68f091
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,18 @@ InspectorSectionView {
}

RowLayout {
id: moveSystemLayout

Layout.topMargin: 8
visible: model.scoreIsInPageView

Layout.fillWidth: true
width: parent.width
spacing: 4

FlatButton {
id: upSystem

Layout.fillWidth: true
Layout.preferredWidth: (moveSystemLayout.width - moveSystemLayout.spacing) / 2

navigation.panel: root.navigationPanel
navigation.name: "SystemUp"
Expand All @@ -123,7 +125,7 @@ InspectorSectionView {
FlatButton {
id: downSystem

Layout.fillWidth: true
Layout.preferredWidth: (moveSystemLayout.width - moveSystemLayout.spacing) / 2

navigation.panel: root.navigationPanel
navigation.name: "SystemDown"
Expand Down

0 comments on commit f68f091

Please sign in to comment.