Settings dialog

This commit is contained in:
2022-10-10 10:19:55 +02:00
parent 9746f8f653
commit be6e472081
10 changed files with 126 additions and 7 deletions
+3 -3
View File
@@ -10,9 +10,9 @@
#include <QImage>
#include <QVector3D>
const int THUMB_SIZE = 128;
const int THUMB_SIZE_BORDER = 138;
const int THUMB_SIZE_BORDER_Y = 158;
extern int THUMB_SIZE;
extern int THUMB_SIZE_BORDER;
extern int THUMB_SIZE_BORDER_Y;
class Peak
{