diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-08 20:34:37 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-08 23:41:02 +0100 |
commit | e339c2bce803288287f601b3a0f8404ed031796e (patch) | |
tree | 3135f3c16e2c70a570b228698635446ac01f8b00 /Base | |
parent | 39c2d04a9b1f7ed9339e06a71acdc8b701516270 (diff) | |
download | serenity-e339c2bce803288287f601b3a0f8404ed031796e.zip |
WindowServer: Disambiguate "dragging" a bit, use "moving" more instead
Windows that are being moved around by the user are now called "moving"
windows instead of "dragging" windows, to avoid confusion with the
drag and drop stuff.
Diffstat (limited to 'Base')
-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 320767ba04..4ad27fcfe9 100644 --- a/Base/home/anon/WindowManager.ini +++ b/Base/home/anon/WindowManager.ini @@ -24,9 +24,9 @@ InactiveWindowBorder=128,128,128 InactiveWindowBorder2=192,192,192 InactiveWindowTitle=213,208,199 -DraggingWindowBorder=161,50,13 -DraggingWindowBorder2=250,220,187 -DraggingWindowTitle=255,255,255 +MovingWindowBorder=161,50,13 +MovingWindowBorder2=250,220,187 +MovingWindowTitle=255,255,255 HighlightWindowBorder=161,13,13 HighlightWindowBorder2=250,187,187 |