Menu

#55 Remove 'Times New Roman' used in Qt5 GUI

open
nobody
5
2017-12-20
2017-12-20
Fincer
No

As the title suggest, please consider removing 'Times New Roman' font from pglgui because using it doesn't really respect Qt5 application style. I have multiple Qt5 programs installed, and pglgui style differs from the rest of these programs due to used font style. This is a simple change, and improves UI a lot.

I have hotpatched PeerGuardian source code with the following patch but would love to see this as an upstream change, too. Removing Times New Roman doesn't break the UI for me (some minor padding issues with 'Control' tab columns, though)

--- a/pglgui/ui/main_window.ui
+++ b/pglgui/ui/main_window.ui
@@ -41,7 +41,6 @@
      <widget class="QTabWidget" name="tabWidget">
       <property name="font">
        <font>

-        <family>Times New Roman</family>
         <pointsize>10</pointsize>
        </font>
       </property>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB