WIP: correcting UI

This commit is contained in:
Adrien Bourmault 2023-02-01 18:08:37 +01:00
parent eb851fb88f
commit 5031635e6e
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 19 additions and 10 deletions

View File

@ -34,13 +34,6 @@
<property name="tooltip-text" translatable="yes">Display/hide sidebar</property>
<property name="action-name">app.togglesidebar</property>
</object>
<!-- <object class="GtkLabel" id="is_modified"> -->
<!-- <property name="halign">end</property> -->
<!-- <property name="hexpand">true</property> -->
<!-- <property name="label">•</property> -->
<!-- <property name="margin-end">6</property> -->
<!-- <property name="visible">true</property> -->
<!-- </object> -->
</child>
</object>
</child>
@ -125,9 +118,25 @@
<object class="GtkStackPage">
<property name="name">home</property>
<property name="child">
<object class="GtkImage">
<property name="file">data/hicolor/apps/scalable/gemgraph_désaturé.png</property>
</object>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkImage">
<property name="vexpand">True</property>
<property name="file">data/hicolor/apps/scalable/gemgraph_désaturé.png</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="margin-bottom">50</property>
<property name="margin-top">00</property>
<property name="justify">center</property>
<property name="valign">center</property>
<property name="label" translatable="yes">&lt;b&gt;Welcome to the Gem-graph client.&lt;/b&gt;</property>
<property name="use-markup">True</property>
</object>
</child>
</object>
</property>
</object>
</child>