mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
17 lines
388 B
C++
17 lines
388 B
C++
--- ./lib/main.cpp.orig 2018-11-07 20:14:47.000000000 +0200
|
|
+++ ./lib/main.cpp 2019-03-04 13:17:26.710685000 +0200
|
|
@@ -75,11 +75,11 @@
|
|
setLibraryPaths(libp);
|
|
#endif
|
|
|
|
- tableFont = QFont("Courier", QApplication::font().pointSize()
|
|
+ tableFont = QFont("Monotype", QApplication::font().pointSize()
|
|
#if defined (Q_OS_WIN32)
|
|
+1
|
|
#else
|
|
- +2
|
|
+ +0
|
|
#endif
|
|
);
|
|
installEventFilter(this);
|