mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Change the info button in the action panel according to the designs
Adjust the padding in the preview shortcut.
This commit is contained in:
parent
6af1e72ea3
commit
e9f8757fac
3 changed files with 2 additions and 51 deletions
|
@ -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")
|
||||
|
|
|
@ -11,9 +11,6 @@ UM.RecolorImage
|
|||
{
|
||||
id: widget
|
||||
|
||||
//implicitHeight: UM.Theme.getSize("section_icon").height
|
||||
//implicitWidth: UM.Theme.getSize("section_icon").width
|
||||
|
||||
source: UM.Theme.getIcon("info")
|
||||
width: UM.Theme.getSize("section_icon").width
|
||||
height: UM.Theme.getSize("section_icon").height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue