From c842dc79b87e8665a8b02ed758ba5f5050f64a7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 May 2012 10:08:45 +0530 Subject: [PATCH] ... --- src/calibre/gui2/viewer/toc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/viewer/toc.py b/src/calibre/gui2/viewer/toc.py index 42cedcb66a..327a5363cf 100644 --- a/src/calibre/gui2/viewer/toc.py +++ b/src/calibre/gui2/viewer/toc.py @@ -24,7 +24,7 @@ class TOCView(QTreeView): border: none; } QTreeView::item { - border: none; + border: 1px solid transparent; padding-top:0.5ex; padding-bottom:0.5ex; }