Skip to content

Commit

Permalink
Update KlippyGtk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Apr 3, 2024
1 parent 80bdc49 commit fc61b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ks_includes/KlippyGtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def format_label(widget, lines=2):
label.set_lines(lines)

def format_scale_value_percent(self, scale, value):
return f"{round(value)} %"
return f"{round(value)}%"


class KlippyGtk:
Expand Down

0 comments on commit fc61b64

Please sign in to comment.