diff --git a/src/OEBPS/Text/advanced_topics.xhtml b/src/OEBPS/Text/advanced_topics.xhtml index 7b409ed..c75502a 100644 --- a/src/OEBPS/Text/advanced_topics.xhtml +++ b/src/OEBPS/Text/advanced_topics.xhtml @@ -249,6 +249,11 @@ QFrame QToolButton#count { } +

Change the QDockWidget Close and UnDock Icon size. (This will affect Preview, Table of Contents, BookBrowser, Clips, and Validation windows)

+
QDockWidget::float-button, QDockWidget::close-button {
+  icon-size: 16px;
+}
+

This is just a smattering of the styling changes you can make to Sigil using Qt's QSS styles. For further information about QSS and Sigil visit our Mobileread Sigil Users Forum and check out these website resources about Qt styles: