diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-06 08:37:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-06 08:37:14 +0200 |
commit | 32d07c00381c6c9ea74ac7cfa325bd52a5328af6 (patch) | |
tree | 9e7ce104f876b4a9d1a89001207637dda3735e71 /vconsole.c | |
parent | 9f0fce449ec5e7b61f9c16ade065a89fa9e5075c (diff) | |
download | vconsole-32d07c00381c6c9ea74ac7cfa325bd52a5328af6.tar.gz |
seems to work as workaround for row spacing issue
Diffstat (limited to 'vconsole.c')
-rw-r--r-- | vconsole.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |