Make the spacing between the orientation controls be dependent on the

theme.
This commit is contained in:
Diego Prado Gesto 2018-10-19 17:03:48 +02:00
parent 15b35da612
commit 17b77c58ef

View file

@ -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
{ {