mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Adjust colors and alignments in the print info panel
This commit is contained in:
parent
218fa3aded
commit
c757bf128e
3 changed files with 8 additions and 8 deletions
|
@ -226,8 +226,8 @@ UM.MainWindow
|
|||
{
|
||||
left: parent.left
|
||||
bottom: viewOrientationControls.top
|
||||
margins: UM.Theme.getSize("wide_margin").width
|
||||
bottomMargin: UM.Theme.getSize("default_margin").width
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
bottomMargin: UM.Theme.getSize("thin_margin").width
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -239,7 +239,7 @@ UM.MainWindow
|
|||
{
|
||||
left: parent.left
|
||||
bottom: parent.bottom
|
||||
margins: UM.Theme.getSize("wide_margin").width
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ Item
|
|||
visible: source != ""
|
||||
width: height
|
||||
height: Math.round(0.2 * base.height)
|
||||
color: UM.Theme.getColor("text")
|
||||
color: UM.Theme.getColor("small_button_text")
|
||||
}
|
||||
|
||||
MouseArea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue