diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 08:29:08 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 08:38:19 +0100 |
commit | 46edd4406c360ca85e83b7bec30ce115e186346f (patch) | |
tree | 5e92e22cbd5c542f1cfbde43033778eec1474979 /fastiv.c | |
parent | b35590a51c365acda99f71face52580a9f238dce (diff) | |
download | fiv-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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[]) |