[gnome-todo/wip/gbsneto/subtasks] task-list-view: make the listbox cover the entire height
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/gbsneto/subtasks] task-list-view: make the listbox cover the entire height
- Date: Tue, 18 Oct 2016 10:58:31 +0000 (UTC)
commit 5109b749a0bd7802e3be0d12846690462ec9bf97
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Oct 15 12:40:15 2016 -0300
task-list-view: make the listbox cover the entire height
data/ui/list-view.ui | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/list-view.ui b/data/ui/list-view.ui
index 393e435..3d44555 100644
--- a/data/ui/list-view.ui
+++ b/data/ui/list-view.ui
@@ -36,8 +36,7 @@
<object class="GtkListBox" id="listbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="valign">start</property>
- <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="selection_mode">none</property>
<signal name="row-activated" handler="gtd_task_list_view__row_activated"
object="GtdTaskListView" swapped="no" />
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]