mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:37:29 +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, {
|
Overlays.editOverlay(minimizeButton, {
|
||||||
x: windowLeft + WINDOW_WIDTH - WINDOW_MARGIN / 2 - MIN_MAX_BUTTON_WIDTH,
|
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;
|
scrollbarBackgroundPosition.x = windowLeft + WINDOW_WIDTH - 0.5 * WINDOW_MARGIN - SCROLLBAR_BACKGROUND_WIDTH;
|
||||||
|
|
Loading…
Reference in a new issue