citadel-realms/data/ui/ConfigureOption.blp
2024-11-12 17:26:26 -05:00

24 lines
301 B
Plaintext

using Gtk 4.0;
/*
template $ConfigureOption: ListBoxRow {
width-request: 100;
activatable: false;
selectable: false;
child: Box {
margin-bottom: 5;
spacing: 30;
Label name {
hexpand: true;
halign: start;
}
Switch switch {
halign: end;
}
};
}
*/