aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-22 08:29:08 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-22 08:38:19 +0100
commit46edd4406c360ca85e83b7bec30ce115e186346f (patch)
tree5e92e22cbd5c542f1cfbde43033778eec1474979 /fastiv.c
parentb35590a51c365acda99f71face52580a9f238dce (diff)
downloadfiv-46edd4406c360ca85e83b7bec30ce115e186346f.tar.gz
fiv-46edd4406c360ca85e83b7bec30ce115e186346f.tar.xz
fiv-46edd4406c360ca85e83b7bec30ce115e186346f.zip
Make file information fields selectable
Get rid of useless GtkTreeView.
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c3
1 files changed, 2 insertions, 1 deletions
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[])