mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
13 lines
No EOL
207 B
Text
13 lines
No EOL
207 B
Text
using Gtk 4.0;
|
|
using Adw 1;
|
|
|
|
Gtk.Label label {}
|
|
|
|
Adw.Breakpoint {
|
|
condition ("max-width: 600px")
|
|
setters {
|
|
label.label: _("Hello, world!");
|
|
label.visible: false;
|
|
label.extra-menu: null;
|
|
}
|
|
} |