[nautilus/388-list-view-timestamp-columns-have-wrong-alignment] list-view: Align column title with cells text
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/388-list-view-timestamp-columns-have-wrong-alignment] list-view: Align column title with cells text
- Date: Wed, 19 Dec 2018 00:01:03 +0000 (UTC)
commit 5fb1f4e735909814a5b26fb834d530780e75435d
Author: António Fernandes <antoniojpfernandes gmail com>
Date: Wed Dec 19 00:00:52 2018 +0000
list-view: Align column title with cells text
Closes https://gitlab.gnome.org/GNOME/nautilus/issues/388
src/nautilus-list-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index e478151cf..100c7c474 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -2321,7 +2321,7 @@ create_and_set_up_tree_view (NautilusListView *view)
NULL);
}
-
+ gtk_tree_view_column_set_alignment (column, xalign);
g_object_set (cell,
"xalign", xalign,
"xpad", 5,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]