aboutsummaryrefslogtreecommitdiff
path: root/src/sdgui.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-17 11:08:30 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-17 11:18:29 +0200
commitc364ec3b81af2ee708129867d6db189838c9f343 (patch)
tree2054d4e08070ef004abf6b8515cc5f2717951434 /src/sdgui.c
parenta31d3297542b837e65a51e0cce498da5636da228 (diff)
downloadtdv-c364ec3b81af2ee708129867d6db189838c9f343.tar.gz
tdv-c364ec3b81af2ee708129867d6db189838c9f343.tar.xz
tdv-c364ec3b81af2ee708129867d6db189838c9f343.zip
sdgui: stop hardcoding cell side padding
Diffstat (limited to 'src/sdgui.c')
-rw-r--r--src/sdgui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdgui.c b/src/sdgui.c
index 870499c..7c111df 100644
--- a/src/sdgui.c
+++ b/src/sdgui.c
@@ -250,6 +250,7 @@ main (int argc, char *argv[])
// All the named colours have been there since GNOME 3.4
// (see gnome-extra-themes git history, Adwaita used to live there).
const char *style = "notebook header tab { padding: 2px 8px; margin: 0; }"
+ "stardict-view { padding: 0 .25em; }"
"stardict-view.odd {"
"background: @theme_base_color; "
"color: @theme_text_color; }"