Changing screen resolution to avoid scroll bars in browser

This commit is contained in:
Martin Stockhammer 2017-09-19 15:35:03 +02:00
parent 3ae101f7a9
commit 6577007992
1 changed files with 3 additions and 2 deletions

View File

@ -33,8 +33,9 @@ INSTANCE_NAME="archiva-webtest"
PORT_MAPPING="4444:4444"
NETWORK_TYPE="host"
export SCREEN_WIDTH="1600"
export SCREEN_HEIGHT="1200"
# Using high screen resolution to avoid scrolling bar in browser
export SCREEN_WIDTH="3840"
export SCREEN_HEIGHT="2160"
HERE=`dirname $0`