diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-14 13:04:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 13:04:41 +0100 |
commit | b2285be5bcbf02da72e4912f6a1354d3763022c4 (patch) | |
tree | 54b9699e052910f14a12ab34e5780076af0f987e /launcher | |
parent | 6ede02bb847c24a25573b12f039433bb35ca241a (diff) | |
parent | 821c424b66f921abba5059edd70fa6264bd6965c (diff) | |
download | PrismLauncher-b2285be5bcbf02da72e4912f6a1354d3763022c4.tar.gz PrismLauncher-b2285be5bcbf02da72e4912f6a1354d3763022c4.tar.bz2 PrismLauncher-b2285be5bcbf02da72e4912f6a1354d3763022c4.zip |
Merge pull request #612 from DioEgizio/move-cat-right
closes https://github.com/PrismLauncher/PrismLauncher/issues/611
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp index 2f1976cc..3651aa15 100644 --- a/launcher/ui/MainWindow.cpp +++ b/launcher/ui/MainWindow.cpp @@ -1683,7 +1683,7 @@ InstanceView background-image: url(:/backgrounds/%1); background-attachment: fixed; background-clip: padding; - background-position: bottom left; + background-position: bottom right; background-repeat: none; background-color:palette(base); })") |