Better sidebar
This commit is contained in:
parent
54fbe3b505
commit
96bdf360df
@ -41,12 +41,25 @@
|
|||||||
<property name="margin-end">12</property>
|
<property name="margin-end">12</property>
|
||||||
<property name="spacing">12</property>
|
<property name="spacing">12</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkButton" id="add_chat_button">
|
||||||
<property name="label" translatable="yes">Chats</property>
|
<property name="tooltip-text" translatable="yes">New chat</property>
|
||||||
<property name="hexpand">true</property>
|
|
||||||
<property name="halign">1</property>
|
|
||||||
<style>
|
<style>
|
||||||
<class name="title-1"/>
|
<class name="flat"/>
|
||||||
|
</style>
|
||||||
|
<child>
|
||||||
|
<object class="AdwButtonContent">
|
||||||
|
<property name="icon-name">tab-new-symbolic</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label" translatable="no">Alpaca</property>
|
||||||
|
<property name="hexpand">true</property>
|
||||||
|
<property name="halign">3</property>
|
||||||
|
<style>
|
||||||
|
<class name="title-4"/>
|
||||||
</style>
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
@ -76,19 +89,6 @@
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
|
||||||
<object class="GtkButton" id="add_chat_button">
|
|
||||||
<property name="tooltip-text" translatable="yes">New chat</property>
|
|
||||||
<style>
|
|
||||||
<class name="flat"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
|
||||||
<object class="AdwButtonContent">
|
|
||||||
<property name="icon-name">tab-new-symbolic</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user