26 lines
474 B
Plaintext
26 lines
474 B
Plaintext
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" ]
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|