Skip to content

Commit

Permalink
Adjuste default display width to 1280 pixels, as documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed May 12, 2017
1 parent bf624cb commit 28c87f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ENV HOME=/home/guiapp \
GROUP_ID=1000 \
APP_NAME=DockerApp \
DISPLAY=:0 \
DISPLAY_WIDTH=1024 \
DISPLAY_WIDTH=1280 \
DISPLAY_HEIGHT=768

# Define mountable directories.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine-glibc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ ENV HOME=/home/guiapp \
GROUP_ID=1000 \
APP_NAME=DockerApp \
DISPLAY=:0 \
DISPLAY_WIDTH=1024 \
DISPLAY_WIDTH=1280 \
DISPLAY_HEIGHT=768

# Define mountable directories.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ ENV HOME=/home/guiapp \
GROUP_ID=1000 \
APP_NAME=DockerApp \
DISPLAY=:0 \
DISPLAY_WIDTH=1024 \
DISPLAY_WIDTH=1280 \
DISPLAY_HEIGHT=768

# Define mountable directories.
Expand Down

0 comments on commit 28c87f2

Please sign in to comment.