citadel-realms/data/ui/RealmInfo.blp

26 lines
474 B
Plaintext
Raw Permalink Normal View History

2024-11-12 22:12:37 +00:00
using Gtk 4.0;
template $RealmInfo: ScrolledWindow {
Box {
orientation: horizontal;
margin-bottom: 18;
margin-top: 18;
margin-start: 18;
margin-end: 18;
Box column {
orientation: vertical;
spacing: 12;
hexpand: true;
Label columnTitle {
label: "Realm";
halign: start;
styles [ "title-2" ]
}
}
}
}