citadel-realms/data/ui/RealmInfoEntry.blp

20 lines
317 B
Plaintext
Raw Normal View History

2024-11-12 17:12:37 -05:00
using Gtk 4.0;
template $RealmInfoEntry: Box {
orientation: vertical;
Label nameLabel {
halign: start;
styles [
"dim-label",
"caption",
]
}
Label valueLabel {
halign: start;
wrap: true;
xalign: 0;
use-markup: true;
}
}