mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +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
|
||||
|
||||
spacing: 2 * screenScaleFactor
|
||||
spacing: UM.Theme.getSize("narrow_margin").width
|
||||
height: childrenRect.height
|
||||
width: childrenRect.width
|
||||
|
||||
// #1 3d view
|
||||
Button
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user