mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix(ui): update thumbnail size to 256x256
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#define COLOR_HYPERLINK QColor("#FF7FFFD4")
|
||||
#endif
|
||||
|
||||
#define THUMBNAIL_SIZE QSize(128, 128)
|
||||
#define THUMBNAIL_SIZE QSize(256, 256)
|
||||
#define MIN_MAIN_WINDOW_SIZE QSize(900, 600)
|
||||
|
||||
inline bool isDarkMode()
|
||||
|
||||
Reference in New Issue
Block a user