Qt: change default icon background color to something friendlier looking
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
#include "rpcs3_app.h"
|
#include "rpcs3_app.h"
|
||||||
|
|
||||||
#include "rpcs3qt/qt_utils.h"
|
#include "rpcs3qt/qt_utils.h"
|
||||||
|
|
||||||
@@ -369,7 +369,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& path)
|
|||||||
"QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
|
"QLabel#thumbnail_icon_color { color: rgba(0, 100, 231, 255); }"
|
||||||
|
|
||||||
// game list icon color
|
// game list icon color
|
||||||
"QLabel#gamelist_icon_background_color { color: rgba(36, 36, 36, 255); }"
|
"QLabel#gamelist_icon_background_color { color: rgba(240, 240, 240, 255); }"
|
||||||
|
|
||||||
// tables
|
// tables
|
||||||
"QTableWidget { alternate-background-color: #f2f2f2; background-color: #fff; border: none; }"
|
"QTableWidget { alternate-background-color: #f2f2f2; background-color: #fff; border: none; }"
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ namespace gui
|
|||||||
const QString notes = "Notes";
|
const QString notes = "Notes";
|
||||||
const QString titles = "Titles";
|
const QString titles = "Titles";
|
||||||
|
|
||||||
const QColor gl_icon_color = QColor(36, 36, 36, 255);
|
const QColor gl_icon_color = QColor(240, 240, 240, 255);
|
||||||
|
|
||||||
const gui_save rg_freeze = gui_save(main_window, "recentGamesFrozen", false);
|
const gui_save rg_freeze = gui_save(main_window, "recentGamesFrozen", false);
|
||||||
const gui_save rg_entries = gui_save(main_window, "recentGamesNames", QVariant::fromValue(q_pair_list()));
|
const gui_save rg_entries = gui_save(main_window, "recentGamesNames", QVariant::fromValue(q_pair_list()));
|
||||||
|
|||||||
Reference in New Issue
Block a user