WIP: new draft for an UI

This commit is contained in:
Adrien Bourmault 2022-06-24 19:19:34 +02:00
parent 6ce4bb1a2d
commit 1aee371bee
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd"> <!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
<cambalache-project version="0.10.2" target_tk="gtk-4.0"> <cambalache-project version="0.10.2" target_tk="gtk-4.0">
<ui> <ui>
(1,None,"gem-graph.ui","gem-graph.ui",None,None,None,None,None,None) (1,1,"gem-graph.ui","gem-graph.ui",None,None,None,None,None,None)
</ui> </ui>
<object> <object>
(1,1,"GtkApplicationWindow","main",None,None,None,None,None), (1,1,"GtkApplicationWindow","main",None,None,None,None,None),

View File

@ -4,7 +4,7 @@
<!-- interface-name gem-graph.ui --> <!-- interface-name gem-graph.ui -->
<requires lib="gtk" version="4.6"/> <requires lib="gtk" version="4.6"/>
<requires lib="libadwaita" version="1.1"/> <requires lib="libadwaita" version="1.1"/>
<object class="GtkApplicationWindow" id="main"> <template class="main" parent="GtkApplicationWindow">
<property name="default-height">720</property> <property name="default-height">720</property>
<property name="default-width">1080</property> <property name="default-width">1080</property>
<property name="icon-name">application-x-executable</property> <property name="icon-name">application-x-executable</property>
@ -40,5 +40,5 @@
</child> </child>
</object> </object>
</child> </child>
</object> </template>
</interface> </interface>