mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-12 21:20:35 +01:00
minor math fixes
This commit is contained in:
parent
c38259e8fa
commit
c4939affbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue