mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Make custom commands functional, fix UI layout, typos
This commit is contained in:
parent
4d19428f42
commit
bd46515382
3 changed files with 109 additions and 52 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright (c) 2017 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtQuick.Controls 1.1
|
||||
import QtQuick.Controls.Styles 1.1
|
||||
|
|
@ -11,6 +14,7 @@ Item
|
|||
implicitWidth: parent.width
|
||||
height: visible ? UM.Theme.getSize("sidebar_extruder_box").height : 0
|
||||
property var printerModel
|
||||
|
||||
Rectangle
|
||||
{
|
||||
color: UM.Theme.getColor("sidebar")
|
||||
|
|
@ -195,7 +199,7 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
Button //The pre-heat button.
|
||||
Button // The pre-heat button.
|
||||
{
|
||||
id: preheatButton
|
||||
height: UM.Theme.getSize("setting_control").height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue