mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 07:55:31 +02:00
Tweak location of users online minimize/maximize button
This commit is contained in:
parent
c76bb01359
commit
52fbb654fa
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ var usersWindow = (function () {
|
|||
|
||||
Overlays.editOverlay(minimizeButton, {
|
||||
x: windowLeft + WINDOW_WIDTH - WINDOW_MARGIN / 2 - MIN_MAX_BUTTON_WIDTH,
|
||||
y: windowTop + WINDOW_MARGIN / 2
|
||||
y: windowTop + WINDOW_MARGIN
|
||||
});
|
||||
|
||||
scrollbarBackgroundPosition.x = windowLeft + WINDOW_WIDTH - 0.5 * WINDOW_MARGIN - SCROLLBAR_BACKGROUND_WIDTH;
|
||||
|
|
Loading…
Reference in a new issue