mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Adjust setting first column width to match designs.
CURA-9793
This commit is contained in:
parent
4a59607d05
commit
30d886cfcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue