From f095d56371c1b5917559f0f8693ccfe032b5b779 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 6 Mar 2012 13:49:12 +0100 Subject: [PATCH] gfio: align log text to the left Signed-off-by: Jens Axboe --- gfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfio.c b/gfio.c index a0ae48cf..f09e2410 100644 --- a/gfio.c +++ b/gfio.c @@ -262,7 +262,7 @@ static void gfio_ui_setup_log(struct gui *ui) tree_view_column(tree_view, 0, "Time", ALIGN_RIGHT | UNSORTABLE); tree_view_column(tree_view, 1, "Host", ALIGN_RIGHT | UNSORTABLE); tree_view_column(tree_view, 2, "Level", ALIGN_RIGHT | UNSORTABLE); - tree_view_column(tree_view, 3, "Text", ALIGN_RIGHT | UNSORTABLE); + tree_view_column(tree_view, 3, "Text", ALIGN_LEFT | UNSORTABLE); ui->log_model = model; ui->log_tree = tree_view; -- 2.25.1