diff --git a/resources/quick_start.epub b/resources/quick_start.epub index cf323ba5de..6f8f7046cd 100644 Binary files a/resources/quick_start.epub and b/resources/quick_start.epub differ diff --git a/src/calibre/gui2/viewer/toc.py b/src/calibre/gui2/viewer/toc.py index 802463bed4..42cedcb66a 100644 --- a/src/calibre/gui2/viewer/toc.py +++ b/src/calibre/gui2/viewer/toc.py @@ -21,6 +21,7 @@ class TOCView(QTreeView): QTreeView { background-color: palette(window); color: palette(text); + border: none; } QTreeView::item { border: none; @@ -38,6 +39,8 @@ class TOCView(QTreeView): stop: 0.6 #434343, stop:1 #656565); color: white; padding-left: 4px; + padding-top: 0.5ex; + padding-bottom: 0.5ex; border: 1px solid #6c6c6c; font-weight: bold; }