mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08:00
Adjust setting first column width to match designs.
CURA-9793
This commit is contained in:
parent
4a59607d05
commit
30d886cfcd
@ -17,7 +17,7 @@ Item
|
|||||||
|
|
||||||
property alias settingControl: settingContainer.children
|
property alias settingControl: settingContainer.children
|
||||||
property alias settingName: settingLabel.text
|
property alias settingName: settingLabel.text
|
||||||
property int leftColumnWidth: width / 2
|
property int leftColumnWidth: Math.floor(width * 0.35)
|
||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user