1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

gui/themes: Convert kot-bg to jpg (95%) (#8809)

No perceived loss of image quality, reduces size from 8.1 MB to 2.0 MB
This commit is contained in:
Ani 2020-08-31 05:35:42 +01:00 committed by GitHub
parent af9e217fa4
commit 21b535b5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ QWidget#cg_disasm, QWidget#trophy_manager {
/* Main Window and Dialogs */ /* Main Window and Dialogs */
QDialog, QMainWindow#main_window { QDialog, QMainWindow#main_window {
border-image: url("GuiConfigs/kot-bg.png"); border-image: url("GuiConfigs/kot-bg.jpg");
} }
@ -246,7 +246,7 @@ QPushButton::disabled {
/* QSpinBox (Settings -> Emulator -> width/height) */ /* QSpinBox (Settings -> Emulator -> width/height) */
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */ /* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
QSpinBox, QDoubleSpinBox { QSpinBox, QDoubleSpinBox {
background: transparent; background: transparent;
/*background-color: #bfa163;*/ /*background-color: #bfa163;*/
@ -287,7 +287,7 @@ QDockWidget {
font-weight: 500; font-weight: 500;
} }
[floating="true"] { [floating="true"] {
border-image: url("GuiConfigs/kot-bg.png"); border-image: url("GuiConfigs/kot-bg.jpg");
} }
QDockWidget::title { QDockWidget::title {
background: #bfa163; background: #bfa163;

BIN
bin/GuiConfigs/kot-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 MiB