WIP: correcting UI
This commit is contained in:
parent
eb851fb88f
commit
5031635e6e
|
@ -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"><b>Welcome to the Gem-graph client.</b></property>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
Loading…
Reference in New Issue