mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +08:00
Change the font of the customMachineSettings window
CURA-6057
This commit is contained in:
parent
cf68fb9cae
commit
75386c0b7e
@ -22,7 +22,7 @@ Item
|
|||||||
|
|
||||||
property int labelWidth: 130
|
property int labelWidth: 130
|
||||||
property int controlWidth: UM.Theme.getSize("setting_control").width * 3 / 4
|
property int controlWidth: UM.Theme.getSize("setting_control").width * 3 / 4
|
||||||
property var labelFont: UM.Theme.getFont("medium")
|
property var labelFont: UM.Theme.getFont("default")
|
||||||
|
|
||||||
property int columnWidth: (parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2
|
property int columnWidth: (parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2
|
||||||
property int columnSpacing: 3
|
property int columnSpacing: 3
|
||||||
|
@ -54,6 +54,7 @@ Item
|
|||||||
{
|
{
|
||||||
top: titleLabel.bottom
|
top: titleLabel.bottom
|
||||||
bottom: nextButton.top
|
bottom: nextButton.top
|
||||||
|
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user