Qt: use seperate icon sizes for game list and game grid

This commit is contained in:
Megamouse
2018-03-22 13:54:07 +01:00
committed by Ani
parent e6cb4df877
commit 05fc49506a
4 changed files with 29 additions and 15 deletions
+2
View File
@@ -30,7 +30,9 @@ class main_window : public QMainWindow
Ui::main_window *ui;
bool m_sys_menu_opened;
bool m_is_list_mode = false;
bool m_save_slider_pos = false;
int m_other_slider_pos;
QIcon m_appIcon;
QIcon m_icon_play;