[gnome-todo] sidebar: Make stack horizontally homogeneous
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] sidebar: Make stack horizontally homogeneous
- Date: Sat, 21 Sep 2019 23:59:00 +0000 (UTC)
commit a79ac990423fcafb065845ad81a3e24d12465662
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Sep 21 20:27:17 2019 -0300
sidebar: Make stack horizontally homogeneous
Currently, the GtkStack inside the sidebar is completely
non-homogeneous. This is a problem because the width should
be preserved between the archived and the regular pages.
Make it horizontally homogeneous, but not vertically.
https://gitlab.gnome.org/GNOME/gnome-todo/issues/283
src/sidebar/gtd-sidebar.ui | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/sidebar/gtd-sidebar.ui b/src/sidebar/gtd-sidebar.ui
index 398dc3c..96b69b1 100644
--- a/src/sidebar/gtd-sidebar.ui
+++ b/src/sidebar/gtd-sidebar.ui
@@ -14,7 +14,8 @@
<child>
<object class="GtkStack" id="stack">
<property name="expand">1</property>
- <property name="homogeneous">false</property>
+ <property name="hhomogeneous">true</property>
+ <property name="vhomogeneous">false</property>
<property name="transition-type">slide-left-right</property>
<!-- Main Listbox -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]