
Or perhaps there is a modified style sheet already available?
Please help...
BR Andreas
Moderators: helmut, XnTriq, xnview
Can I force it to use a larger font?by default, MP use same font size as windows
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; }
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?
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 largerI 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