mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
WIP: Cleanup and unify MachineAction styles
This commit is contained in:
parent
8d68db9ff0
commit
3911c3d73d
16 changed files with 82 additions and 93 deletions
|
@ -58,8 +58,7 @@ Item
|
|||
{
|
||||
anchors.top: titleLabel.bottom
|
||||
anchors.bottom: nextButton.top
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@ import QtGraphicalEffects 1.0 // For the dropshadow
|
|||
import UM 1.3 as UM
|
||||
import Cura 1.1 as Cura
|
||||
|
||||
import "../Widgets"
|
||||
|
||||
|
||||
Item
|
||||
{
|
||||
|
@ -117,7 +115,7 @@ Item
|
|||
z: panelBackground.z - 1
|
||||
}
|
||||
|
||||
CuraProgressBar
|
||||
Cura.ProgressBar
|
||||
{
|
||||
id: progressBar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue