mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-13 21:50:36 +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 {
|
Rectangle {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.margins: _PADDING_SIDE * 1.5
|
Layout.margins: Math.floor(_PADDING_SIDE * 1.5)
|
||||||
color: system.base
|
color: system.base
|
||||||
radius: _SIDEBAR_RADIUS
|
radius: _SIDEBAR_RADIUS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue