mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 16:45:54 +08:00
Increase margins around configuration item
As per the design. Contributes to issue CURA-5876.
This commit is contained in:
parent
956741922d
commit
0a71a9dd3e
@ -27,7 +27,7 @@ Button
|
|||||||
{
|
{
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
width: parent.width
|
width: parent.width
|
||||||
padding: UM.Theme.getSize("default_margin").width
|
padding: UM.Theme.getSize("wide_margin").width
|
||||||
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user