I found that for a larger font of the GUI I have to modify the theme (style.css). Is there a info available how to do this? It seems that my eyes are too old for the standard font size...
Or perhaps there is a modified style sheet already available?
Please help...
BR Andreas
Larger font for the MP GUI
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44470
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 14
- Joined: Thu Jan 13, 2022 10:59 pm
Re: Larger font for the MP GUI
Can I force it to use a larger font?by default, MP use same font size as windows
-
- Author of XnView
- Posts: 44470
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 14
- Joined: Thu Jan 13, 2022 10:59 pm
Re: Larger font for the MP GUI
Can I modify an existing one or do I have to create a new one?
For me it would be very important, since XnView is the BEST software I found for my needs. Only the small font is very tiring for me.
For me it would be very important, since XnView is the BEST software I found for my needs. Only the small font is very tiring for me.
-
- Posts: 14
- Joined: Thu Jan 13, 2022 10:59 pm
Re: Larger font for the MP GUI
I have used the Blender-UI-Tuning.qss from miki for my first try to become larger fonts in the UI.
I clicked >xView >Theme >Old Dark and a window popped up.
I entered in style_sheet.qss the following:
and I cleared style_sheet_win.qss.
NOW the fonts are larger I am almost at the goal
In addition, I would like to have also a larger font for "thumbnails and labels".
What do I have to modify or add for that?
Best Regards, Andreas
I clicked >xView >Theme >Old Dark and a window popped up.
I entered in style_sheet.qss the following:
Code: Select all
/*******************************************************************************
** CUSTOM FONT SIZES
*******************************************************************************/
/* Default for all widgets */
QWidget{ font-size: 11pt; }
/* Tabs */
QTabBar{ font-size: 11pt; }
MyTabBar{ font-size: 12pt; }
/* Context Menu & Menu Bar */
QMenu, QMenuBar{ font-size: 12pt; }
/* List & Tree Views */
QListView{ font-size: 12pt; }
QTreeView{ font-size: 12pt; }
/* Folders Tree */
QDockWidget > QTreeView{ font-size: 12pt; }
NOW the fonts are larger I am almost at the goal
In addition, I would like to have also a larger font for "thumbnails and labels".
What do I have to modify or add for that?
Best Regards, Andreas
-
- Posts: 14
- Joined: Thu Jan 13, 2022 10:59 pm
Re: Larger font for the MP GUI
Ok. Have it: viewtopic.php?t=40736In addition, I would like to have also a larger font for "thumbnails and labels".
What do I have to modify or add for that?
-
- Posts: 8705
- Joined: Sun Oct 12, 2003 6:47 pm
- Location: Frankfurt, Germany
Re: Larger font for the MP GUI
Good that you've found a solution all alone, Andreas, and thank you for reporting here. This will help other users that have the same issue.
-
- XnThusiast
- Posts: 2577
- Joined: Tue Feb 17, 2004 1:11 am
- Location: QLD, Australia
Re: Larger font for the MP GUI
How do I do this and still have a Dark theme?StreifLicht wrote: ↑Thu Jan 27, 2022 9:15 pm I have used the Blender-UI-Tuning.qss from miki for my first try to become larger fonts in the UI.
I clicked >xView >Theme >Old Dark and a window popped up.
I entered in style_sheet.qss the following:
and I cleared style_sheet_win.qss.Code: Select all
/******************************************************************************* ** CUSTOM FONT SIZES *******************************************************************************/ /* Default for all widgets */ QWidget{ font-size: 11pt; } /* Tabs */ QTabBar{ font-size: 11pt; } MyTabBar{ font-size: 12pt; } /* Context Menu & Menu Bar */ QMenu, QMenuBar{ font-size: 12pt; } /* List & Tree Views */ QListView{ font-size: 12pt; } QTreeView{ font-size: 12pt; } /* Folders Tree */ QDockWidget > QTreeView{ font-size: 12pt; }
NOW the fonts are larger I am almost at the goal
In addition, I would like to have also a larger font for "thumbnails and labels".
What do I have to modify or add for that?
Best Regards, Andreas
Your work above is BRILLIANT!!!
AMD Ryzen 3 3300X 3.8Ghz, 16Gb DDR4, RX6600XT with Dell U2520D at 2560x1440@60Hz scaling 125%
Windows 11 Pro x64 23H2, Listary Pro, PowerToys and Wintoys
Windows 11 Pro x64 23H2, Listary Pro, PowerToys and Wintoys