Fix uint properties

This commit is contained in:
James Westman 2021-11-24 14:39:35 -06:00
parent 3f55aae7de
commit f2b7d3bd95
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
6 changed files with 28 additions and 0 deletions

5
tests/samples/uint.blp Normal file
View file

@ -0,0 +1,5 @@
using Gtk 4.0;
FlowBox {
column-spacing: 2;
}

7
tests/samples/uint.ui Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkFlowBox">
<property name="column-spacing">2</property>
</object>
</interface>