aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-05-06 08:37:14 +0200
committerGerd Hoffmann <kraxel@redhat.com>2015-05-06 08:37:14 +0200
commit32d07c00381c6c9ea74ac7cfa325bd52a5328af6 (patch)
tree9e7ce104f876b4a9d1a89001207637dda3735e71
parent9f0fce449ec5e7b61f9c16ade065a89fa9e5075c (diff)
downloadvconsole-32d07c00381c6c9ea74ac7cfa325bd52a5328af6.tar.gz
seems to work as workaround for row spacing issue
-rw-r--r--vconsole.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vconsole.c b/vconsole.c
index 757fab1..19e3f3b 100644
--- a/vconsole.c
+++ b/vconsole.c
@@ -988,6 +988,7 @@ static void vconsole_tab_list_create(struct vconsole_window *win)
/* id */
renderer = gtk_cell_renderer_text_new();
g_object_set(renderer, "xalign", 0.5, NULL);
+ g_object_set(renderer, "height", 1, NULL);
column = gtk_tree_view_column_new_with_attributes("ID",
renderer,
"text", ID_COL,