Skip to content

Commit 782b4e1

Browse files
committed
refactor(fancy-bar): remove unused BatteryIcon properties
1 parent a552430 commit 782b4e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fancy-bar/modules/icons/BatteryIcon.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Item {
99
property real size: 1
1010

1111
readonly property real borderWidth: size * 0.05
12-
readonly property real nubWidth: nub.width
13-
readonly property real nubHeight: nub.height
1412
readonly property real bodyWidth: body.width
1513
readonly property real bodyHeight: body.height
1614
readonly property real bodyRadius: body.radius

0 commit comments

Comments
 (0)