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:
parent
af9e217fa4
commit
21b535b5c5
@ -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
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 |
Loading…
Reference in New Issue
Block a user