minor math fixes

This commit is contained in:
Vaxry 2024-10-11 16:24:13 +01:00
parent c38259e8fa
commit c4939affbe

View file

@ -183,7 +183,7 @@ ApplicationWindow {
Rectangle {
Layout.fillHeight: true
Layout.fillWidth: true
Layout.margins: _PADDING_SIDE * 1.5
Layout.margins: Math.floor(_PADDING_SIDE * 1.5)
color: system.base
radius: _SIDEBAR_RADIUS