ginput/src/ui/panels/EmptyPanel.vala
vhaudiquet ee60060dc6 Moved UI from C to Vala
Multiple changes coming with that
Massive cleanup
2023-11-22 11:37:04 +01:00

9 lines
136 B
Vala

[GtkTemplate (ui="/v/ginput/panel-empty.ui")]
public class EmptyPanel : Panel
{
public EmptyPanel()
{
base("");
}
}