mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08:00
Use thick margin and change some anchors.
Contributes to CURA-5942.
This commit is contained in:
parent
c8e065d7a7
commit
5b940b5242
@ -48,8 +48,12 @@ Cura.ExpandableComponent
|
|||||||
{
|
{
|
||||||
id: icon
|
id: icon
|
||||||
|
|
||||||
anchors.bottom: parent.bottom
|
anchors
|
||||||
x: UM.Theme.getSize("thick_margin").width
|
{
|
||||||
|
bottom: parent.bottom
|
||||||
|
left: parent.left
|
||||||
|
leftMargin: UM.Theme.getSize("thick_margin").width
|
||||||
|
}
|
||||||
|
|
||||||
source: UM.Theme.getIcon("printer_connected")
|
source: UM.Theme.getIcon("printer_connected")
|
||||||
width: UM.Theme.getSize("printer_status_icon").width
|
width: UM.Theme.getSize("printer_status_icon").width
|
||||||
|
@ -13,8 +13,8 @@ Button
|
|||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("action_button").height
|
height: UM.Theme.getSize("action_button").height
|
||||||
leftPadding: Math.round(1.5 * UM.Theme.getSize("default_margin").width)
|
leftPadding: UM.Theme.getSize("thick_margin").width
|
||||||
rightPadding: Math.round(1.5 * UM.Theme.getSize("default_margin").width)
|
rightPadding: UM.Theme.getSize("thick_margin").width
|
||||||
checkable: true
|
checkable: true
|
||||||
|
|
||||||
property var outputDevice: null
|
property var outputDevice: null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user