[pan: 12/15] Add back in menu icons and stop scroll bars disappearing




commit ed6ca08f1ae8241f0fbe8bf5d5810e82d2aab6c7
Author: Thomas Tanner <thosrtanner googlemail com>
Date:   Sat May 7 17:25:33 2022 +0100

    Add back in menu icons and stop scroll bars disappearing

 wininstall.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/wininstall.py b/wininstall.py
index a49d1bf..708c948 100644
--- a/wininstall.py
+++ b/wininstall.py
@@ -464,7 +464,13 @@ def main():
                     os.path.join(target_dir, 'etc', 'gtk-3.0', 'settings.ini'),
                     'w'
                 ) as settings:
-                    print("[Settings]\ngtk-theme-name=win32\n", file=settings)
+                    print("""
+[Settings]
+gtk-theme-name=win32
+
+gtk-menu-images = true
+gtk-overlay-scrolling = false
+""", file=settings)
 
             elif package == "graphite2":
                 copier.copy_package(package, exclude=f"share/{package}")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]