feat(experimental): add selection tool

This commit is contained in:
Beriff
2026-03-10 15:55:02 +07:00
parent 232b5c8f90
commit 1d168f7be4
9 changed files with 65 additions and 18 deletions

View File

@@ -65,6 +65,14 @@
<!--Tool buttons-->
<!--Select tool-->
<child>
<object class="GtkButton" id="button_selecttool">
<property name="icon-name">tool-select-symbolic</property>
<property name="halign">start</property>
</object>
</child>
<!--Shape tool (row container)-->
<child>
<object class="GtkBox">