diff --git a/src/ViewCube.cpp b/src/ViewCube.cpp index d4aa772..c7316d2 100644 --- a/src/ViewCube.cpp +++ b/src/ViewCube.cpp @@ -14,8 +14,8 @@ namespace QRect getHomeButtonRect(int widgetWidth) { const int viewCubeSize = 150; // logical pixels const int buttonSize = 24; - const int buttonOffsetX = 8; - const int buttonOffsetY = 0; + const int buttonOffsetX = 16; + const int buttonOffsetY = 16; const int viewCubeX = widgetWidth - viewCubeSize;