mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Make the spacing between the orientation controls be dependent on the
theme.
This commit is contained in:
parent
15b35da612
commit
17b77c58ef
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue