Skip to content

Commit

Permalink
Fix width of Add separator line button in NoteInputBar Customize Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup authored and igorkorsukov committed Feb 14, 2024
1 parent 03c845d commit 9d48aaa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ RowLayout {
}

FlatButton {
Layout.alignment: Qt.AlignRight
Layout.preferredWidth: 30

icon: IconCode.DELETE_TANK
Expand All @@ -89,7 +88,6 @@ RowLayout {
}

FlatButton {
Layout.alignment: Qt.AlignRight
Layout.preferredWidth: 30

icon: IconCode.ARROW_UP
Expand All @@ -106,7 +104,6 @@ RowLayout {
}

FlatButton {
Layout.alignment: Qt.AlignRight
Layout.preferredWidth: 30

icon: IconCode.ARROW_DOWN
Expand Down

0 comments on commit 9d48aaa

Please sign in to comment.