feat: add canvas prototype

This commit is contained in:
beriff
2026-03-04 14:52:32 +07:00
parent 2326bbb883
commit e7b99ed918
7 changed files with 113 additions and 4 deletions

View File

@@ -40,8 +40,11 @@
<!--Main viewport area-->
<child>
<object class="GtkFrame" id="workspace">
<property name="label">Workspace</property>
<object class="GtkPicture" id="workspace">
<property name="content-fit">cover</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
</object>
</child>