[fractal/multi-account] Make gap at the start of the header bar to add accounts button
- From: Alejandro Domínguez <aledomu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/multi-account] Make gap at the start of the header bar to add accounts button
- Date: Mon, 14 Jun 2021 22:36:09 +0000 (UTC)
commit 3764f0ea93371c2678a6ab9cc0b1b2f8cf14a902
Author: Alejandro Domínguez <adomu net-c com>
Date: Mon Jun 14 20:16:07 2021 +0200
Make gap at the start of the header bar to add accounts button
data/resources/ui/sidebar.ui | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/resources/ui/sidebar.ui b/data/resources/ui/sidebar.ui
index 8228b87d..d69434c2 100644
--- a/data/resources/ui/sidebar.ui
+++ b/data/resources/ui/sidebar.ui
@@ -25,18 +25,21 @@
<property name="orientation">vertical</property>
<child>
<object class="AdwHeaderBar" id="headerbar">
+ <property name="title-widget">
+ <object class="AdwWindowTitle"></object>
+ </property>
<property name="show-end-title-buttons" bind-source="Sidebar" bind-property="compact"
bind-flags="sync-create"/>
- <child type="start">
- <object class="GtkToggleButton" id="search_button">
- <property name="icon-name">system-search-symbolic</property>
- </object>
- </child>
<child type="end">
<object class="GtkMenuButton" id="appmenu_button">
<property name="icon-name">open-menu-symbolic</property>
<property name="menu-model">primary_menu</property>
</object>
</child>
+ <child type="end">
+ <object class="GtkToggleButton" id="search_button">
+ <property name="icon-name">system-search-symbolic</property>
+ </object>
+ </child>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]