mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
A number literal is a float if it contains ".", not if it is divisible by 1. For example, 1.0 should be considered a float literal.
10 lines
327 B
XML
10 lines
327 B
XML
<?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="yalign">0</property>
|
|
<property name="height-request">1000000</property>
|
|
<property name="margin-top">48</property>
|
|
</object>
|
|
</interface>
|