Fix number parsing

This commit is contained in:
James Westman 2022-04-18 18:05:25 -05:00
parent e76bff9291
commit 4e2501c7d7
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,7 @@
using Gtk 4.0;
Gtk.Label {
xalign: .5;
margin-end: 1_000_000;
margin-top: 0x30;
}