diff options
author | bunnei <[email protected]> | 2021-02-14 00:20:41 -0800 |
---|---|---|
committer | bunnei <[email protected]> | 2021-02-14 00:20:41 -0800 |
commit | eae9f2e4404f6bdf8a192bc9c09e53cd87e4359d (patch) | |
tree | 3f5cfe0d7067853437249cd167e79d9299c984b1 /dist | |
parent | 0bbf5e61f107ce6b54078ec30504034ab9af5596 (diff) | |
download | yuzu-android-eae9f2e4404f6bdf8a192bc9c09e53cd87e4359d.tar.gz yuzu-android-eae9f2e4404f6bdf8a192bc9c09e53cd87e4359d.zip |
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/qt_themes/colorful_dark/icons/index.theme | 2 | ||||
-rw-r--r-- | dist/qt_themes/colorful_midnight_blue/icons/index.theme | 2 | ||||
-rw-r--r-- | dist/qt_themes/qdarkstyle_midnight_blue/style.qss | 4 | ||||
-rw-r--r-- | dist/yuzu.bmp | bin | 0 -> 262282 bytes |
4 files changed, 2 insertions, 6 deletions
diff --git a/dist/qt_themes/colorful_dark/icons/index.theme b/dist/qt_themes/colorful_dark/icons/index.theme index 94d5ae8aa..19dc0369a 100644 --- a/dist/qt_themes/colorful_dark/icons/index.theme +++ b/dist/qt_themes/colorful_dark/icons/index.theme @@ -1,7 +1,7 @@ [Icon Theme] Name=colorful_dark Comment=Colorful theme (Dark style) -Inherits=default +Inherits=colorful Directories=16x16 [16x16] diff --git a/dist/qt_themes/colorful_midnight_blue/icons/index.theme b/dist/qt_themes/colorful_midnight_blue/icons/index.theme index e23bfe6f9..dcb2c50d6 100644 --- a/dist/qt_themes/colorful_midnight_blue/icons/index.theme +++ b/dist/qt_themes/colorful_midnight_blue/icons/index.theme @@ -1,7 +1,7 @@ [Icon Theme] Name=colorful_midnight_blue Comment=Colorful theme (Midnight Blue style) -Inherits=default +Inherits=colorful Directories=16x16 [16x16] diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss index 70e540b06..a64037455 100644 --- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss +++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss @@ -1257,10 +1257,6 @@ QComboBox::item:alternate { background: #19232D; } -QComboBox::item:checked { - font-weight: bold; -} - QComboBox::item:selected { border: 0px solid transparent; } diff --git a/dist/yuzu.bmp b/dist/yuzu.bmp Binary files differnew file mode 100644 index 000000000..66f2f696f --- /dev/null +++ b/dist/yuzu.bmp |