tabbox/switchers/thumbnail_grid: remove unnecessary second Math.round()

Fixup for 996730d3
wilder/Plasma/6.2
Nate Graham 3 years ago
parent 996730d310
commit 07773512c8
  1. 2
      src/tabbox/switchers/thumbnail_grid/contents/ui/main.qml

@ -154,7 +154,7 @@ KWin.TabBoxSwitcher {
Kirigami.Icon {
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.bottom
anchors.verticalCenterOffset: Math.round(Math.round(-thumbnailGridView.iconSize / 4))
anchors.verticalCenterOffset: Math.round(-thumbnailGridView.iconSize / 4)
width: thumbnailGridView.iconSize
height: thumbnailGridView.iconSize

Loading…
Cancel
Save