mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Make the spacing between the orientation controls be dependent on the
theme.
This commit is contained in:
parent
15b35da612
commit
17b77c58ef
@ -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