[applets/systemtray] Very slightly increase margins for small icon size

BUG: 424711
FIXED-IN: 5.20
wilder-portage-prov
Nate Graham 6 years ago
parent 63cd451939
commit 6dfac6d9af
  1. 2
      applets/systemtray/package/contents/ui/main.qml

@ -161,7 +161,7 @@ MouseArea {
}
}
readonly property int autoSizeCellLength: thickness / rowsOrColumns
readonly property int smallSizeCellLength: root.smallIconSize + units.smallSpacing
readonly property int smallSizeCellLength: root.smallIconSize + units.smallSpacing * 2
readonly property int totalLength: root.vertical ? cellHeight * Math.round(count / rowsOrColumns)
: cellWidth * Math.round(count / rowsOrColumns)

Loading…
Cancel
Save