Adjust colors and alignments in the print info panel

This commit is contained in:
Diego Prado Gesto 2018-12-06 09:12:43 +01:00
parent 218fa3aded
commit c757bf128e
3 changed files with 8 additions and 8 deletions

View File

@ -226,8 +226,8 @@ UM.MainWindow
{ {
left: parent.left left: parent.left
bottom: viewOrientationControls.top bottom: viewOrientationControls.top
margins: UM.Theme.getSize("wide_margin").width margins: UM.Theme.getSize("default_margin").width
bottomMargin: UM.Theme.getSize("default_margin").width bottomMargin: UM.Theme.getSize("thin_margin").width
} }
} }
@ -239,7 +239,7 @@ UM.MainWindow
{ {
left: parent.left left: parent.left
bottom: parent.bottom bottom: parent.bottom
margins: UM.Theme.getSize("wide_margin").width margins: UM.Theme.getSize("default_margin").width
} }
} }

View File

@ -142,7 +142,7 @@ Item
visible: source != "" visible: source != ""
width: height width: height
height: Math.round(0.2 * base.height) height: Math.round(0.2 * base.height)
color: UM.Theme.getColor("text") color: UM.Theme.getColor("small_button_text")
} }
MouseArea MouseArea

View File

@ -123,8 +123,8 @@
"text_subtext": [0, 0, 0, 255], "text_subtext": [0, 0, 0, 255],
"text_medium": [128, 128, 128, 255], "text_medium": [128, 128, 128, 255],
"text_emphasis": [255, 255, 255, 255], "text_emphasis": [255, 255, 255, 255],
"text_scene": [31, 36, 39, 255], "text_scene": [102, 102, 102, 255],
"text_scene_hover": [70, 84, 113, 255], "text_scene_hover": [123, 123, 113, 255],
"error": [255, 140, 0, 255], "error": [255, 140, 0, 255],
"warning": [255, 190, 35, 255], "warning": [255, 190, 35, 255],
@ -144,10 +144,10 @@
"button_text_active_hover": [255, 255, 255, 255], "button_text_active_hover": [255, 255, 255, 255],
"small_button": [0, 0, 0, 0], "small_button": [0, 0, 0, 0],
"small_button_hover": [10, 8, 80, 255], "small_button_hover": [102, 102, 102, 255],
"small_button_active": [10, 8, 80, 255], "small_button_active": [10, 8, 80, 255],
"small_button_active_hover": [10, 8, 80, 255], "small_button_active_hover": [10, 8, 80, 255],
"small_button_text": [171, 171, 191, 255], "small_button_text": [102, 102, 102, 255],
"small_button_text_hover": [255, 255, 255, 255], "small_button_text_hover": [255, 255, 255, 255],
"small_button_text_active": [255, 255, 255, 255], "small_button_text_active": [255, 255, 255, 255],
"small_button_text_active_hover": [255, 255, 255, 255], "small_button_text_active_hover": [255, 255, 255, 255],