mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
Use one consistent font size throughout the app
Let's see how much people notice it / hate it. Fixes #712 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab4d232bc2
commit
45ee3983b7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
QFont defaultModelFont()
|
QFont defaultModelFont()
|
||||||
{
|
{
|
||||||
QFont font;
|
QFont font;
|
||||||
font.setPointSizeF(font.pointSizeF() * 0.8);
|
// font.setPointSizeF(font.pointSizeF() * 0.8);
|
||||||
return font;
|
return font;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue