mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
9 lines
157 B
Text
9 lines
157 B
Text
using Gtk 4.0;
|
|
|
|
LevelBar {
|
|
offsets [
|
|
offset ("low-class-name", 0.3),
|
|
offset ("medium-class-name", 0.5),
|
|
offset ("high-class-name", 0.7),
|
|
]
|
|
}
|