diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-12-14 08:36:35 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-12-14 08:36:35 +0100 |
commit | 821c424b66f921abba5059edd70fa6264bd6965c (patch) | |
tree | fddbd53f0ec14be5b501c849e8ec38f3cd77c356 /launcher/ui/MainWindow.cpp | |
parent | e05ccc0e55488837eb8f6f88354a2f8a90ce2474 (diff) | |
download | PrismLauncher-821c424b66f921abba5059edd70fa6264bd6965c.tar.gz PrismLauncher-821c424b66f921abba5059edd70fa6264bd6965c.tar.bz2 PrismLauncher-821c424b66f921abba5059edd70fa6264bd6965c.zip |
move cat to bottom right
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/MainWindow.cpp')
-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); })") |