Skip to content

Commit

Permalink
Better sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed May 23, 2024
1 parent 54fbe3b commit 96bdf36
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,26 @@
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="spacing">12</property>
<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>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Chats</property>
<property name="label" translatable="no">Alpaca</property>
<property name="hexpand">true</property>
<property name="halign">1</property>
<property name="halign">3</property>
<style>
<class name="title-1"/>
<class name="title-4"/>
</style>
</object>
</child>
Expand Down Expand Up @@ -76,19 +89,6 @@
</child>
</object>
</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>
</child>
<child>
Expand Down

0 comments on commit 96bdf36

Please sign in to comment.