diff --git a/bin/GuiConfigs/Nekotekina by GooseWing.qss b/bin/GuiConfigs/Nekotekina by GooseWing.qss index d275e78d8e..152106bb34 100755 --- a/bin/GuiConfigs/Nekotekina by GooseWing.qss +++ b/bin/GuiConfigs/Nekotekina by GooseWing.qss @@ -94,7 +94,7 @@ QWidget#cg_disasm, QWidget#trophy_manager { /* Main Window and Dialogs */ 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) */ -/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */ +/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */ QSpinBox, QDoubleSpinBox { background: transparent; /*background-color: #bfa163;*/ @@ -287,7 +287,7 @@ QDockWidget { font-weight: 500; } [floating="true"] { - border-image: url("GuiConfigs/kot-bg.png"); + border-image: url("GuiConfigs/kot-bg.jpg"); } QDockWidget::title { background: #bfa163; diff --git a/bin/GuiConfigs/kot-bg.jpg b/bin/GuiConfigs/kot-bg.jpg new file mode 100644 index 0000000000..3b01821ea3 Binary files /dev/null and b/bin/GuiConfigs/kot-bg.jpg differ diff --git a/bin/GuiConfigs/kot-bg.png b/bin/GuiConfigs/kot-bg.png deleted file mode 100755 index 0ac33367af..0000000000 Binary files a/bin/GuiConfigs/kot-bg.png and /dev/null differ