Skip to content

Commit 76ba1f6

Browse files
committed
added TODO find a better default fontsize
adding suggestion to how to detect font size
1 parent e1048a9 commit 76ba1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,7 @@ class QgisApp : public QMainWindow, private Ui::MainWindow
11881188

11891189
#ifdef ANDROID
11901190
#define QGIS_ICON_SIZE 32
1191+
//TODO find a better default fontsize maybe using DPI detection or so
11911192
#define QGIS_DEFAULT_FONTSIZE 8
11921193
#else
11931194
#define QGIS_ICON_SIZE 24

0 commit comments

Comments
 (0)