We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fbaa3 commit 0ba2509Copy full SHA for 0ba2509
src/Objects/Zoom.vala
@@ -56,7 +56,7 @@ public enum Jorts.Zoom {
56
* CSS name is s + size. CSS classes cannot start name with number
57
*/
58
public string to_class () {
59
- return "s" + this.to_int.to_string ()
+ return "s" + this.to_int.to_string ();
60
}
61
62
/*************************************************/
0 commit comments