mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Fix number parsing
This commit is contained in:
parent
e76bff9291
commit
4e2501c7d7
4 changed files with 19 additions and 1 deletions
9
tests/samples/numbers.ui
Normal file
9
tests/samples/numbers.ui
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkLabel">
|
||||
<property name="xalign">0.5</property>
|
||||
<property name="margin-end">1000000</property>
|
||||
<property name="margin-top">48</property>
|
||||
</object>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue