mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge branch '4.0' into STAR-322_cloud-connection
This commit is contained in:
commit
02a2585ad1
7 changed files with 60 additions and 18 deletions
|
|
@ -120,6 +120,8 @@ Column
|
|||
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
text: catalog.i18nc("@button", "Preview")
|
||||
tooltip: text
|
||||
fixedWidthMode: true
|
||||
|
||||
onClicked: UM.Controller.setActiveStage("PreviewStage")
|
||||
visible: UM.Controller.activeStage != null && UM.Controller.activeStage.stageId != "PreviewStage"
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ UM.SimpleButton
|
|||
height: UM.Theme.getSize("small_button").height
|
||||
hoverColor: UM.Theme.getColor("small_button_text_hover")
|
||||
color: UM.Theme.getColor("small_button_text")
|
||||
iconMargin: 0.5 * UM.Theme.getSize("wide_lining").width
|
||||
iconMargin: UM.Theme.getSize("thick_lining").width
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue