usable
This commit is contained in:
@@ -19,7 +19,7 @@ ClippingWrapperRectangle {
|
||||
|
||||
Text {
|
||||
id: text
|
||||
text: UPower.displayDevice.percentage * 100 + "%"
|
||||
text: Math.round(UPower.displayDevice.percentage * 100) + "%"
|
||||
|
||||
padding: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user