mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -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.
8 lines
108 B
Text
8 lines
108 B
Text
using Gtk 4.0;
|
|
|
|
Gtk.Label {
|
|
xalign: .5;
|
|
yalign: 0.0;
|
|
height-request: 1_000_000;
|
|
margin-top: 0x30;
|
|
}
|