Make custom commands functional, fix UI layout, typos

This commit is contained in:
ChrisTerBeke 2018-01-26 22:10:44 +01:00
parent 4d19428f42
commit bd46515382
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
3 changed files with 109 additions and 52 deletions

View file

@ -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