Change the info button in the action panel according to the designs

Adjust the padding in the preview shortcut.
This commit is contained in:
Diego Prado Gesto 2018-12-04 09:12:57 +01:00
parent 6af1e72ea3
commit e9f8757fac
3 changed files with 2 additions and 51 deletions

View file

@ -112,6 +112,8 @@ Column
id: previewStageShortcut
height: UM.Theme.getSize("action_panel_button").height
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@button", "Preview")
onClicked: UM.Controller.setActiveStage("PreviewStage")