From 46edd4406c360ca85e83b7bec30ce115e186346f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 22 Dec 2021 08:29:08 +0100 Subject: Make file information fields selectable Get rid of useless GtkTreeView. --- fastiv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fastiv.c') diff --git a/fastiv.c b/fastiv.c index f3b48ca..9423b88 100644 --- a/fastiv.c +++ b/fastiv.c @@ -1160,7 +1160,8 @@ static const char stylesheet[] = "@define-color fiv-tile @content_view_bg; \ fiv-browser.item.symbolic { \ border-color: transparent; color: shade(@theme_bg_color, 0.875); \ background: @theme_bg_color; background-image: none; \ - }"; + } \ + .fiv-information label { padding: 0 4px; }"; int main(int argc, char *argv[]) -- cgit v1.2.3