mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:33:16 +08:00
Make the spacing between the orientation controls be dependent on the
theme. Contributes to CURA-5772.
This commit is contained in:
parent
15b35da612
commit
17732b1169
@ -12,9 +12,10 @@ Row
|
|||||||
{
|
{
|
||||||
id: viewOrientationControl
|
id: viewOrientationControl
|
||||||
|
|
||||||
spacing: 2 * screenScaleFactor
|
spacing: UM.Theme.getSize("narrow_margin").width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
|
|
||||||
// #1 3d view
|
// #1 3d view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user