Skip to content

Commit

Permalink
Use minimum possible width for Reset+Close buttons in TileEditorView
Browse files Browse the repository at this point in the history
  • Loading branch information
Zren committed Feb 7, 2019
1 parent 3f1a66b commit 527df64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/contents/ui/TileEditorView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ ColumnLayout {
}

PlasmaComponents.Button {
implicitWidth: minimumWidth
text: i18n("Reset Tile")
onClicked: resetTile()
}

PlasmaComponents.Button {
implicitWidth: minimumWidth
text: i18n("Close")
onClicked: {
tileEditorView.close()
Expand Down

0 comments on commit 527df64

Please sign in to comment.