diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-05-26 20:10:23 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-27 21:40:53 +0200 |
commit | da9c70598f93af8ff54cc347a0e64f6c650dc207 (patch) | |
tree | e6ab4b36b01f1fc934df8f4408f4a8b775676ab7 /Base/home | |
parent | aa50e5bb13a45eb97fa31a7f9a6facc8145e7666 (diff) | |
download | serenity-da9c70598f93af8ff54cc347a0e64f6c650dc207.zip |
centered backgrounds are now an option
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/WindowManager.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Base/home/anon/WindowManager.ini b/Base/home/anon/WindowManager.ini index a13fcde519..6c3e941939 100644 --- a/Base/home/anon/WindowManager.ini +++ b/Base/home/anon/WindowManager.ini @@ -1,6 +1,6 @@ [Screen] -Width=2560 -Height=1440 +Width=1920 +Height=1080 [Cursor] Arrow=/res/cursors/arrow.png @@ -36,4 +36,4 @@ MenuSelectionColor=132,53,26 DoubleClickSpeed=250 [Background] -Mode=tile +Mode=center |