Changed default width and height of GUI

Lines 65 and 66.
Default width = 1280
Default height =768
You can comment out those two lines to go back to default.
This commit is contained in:
timekills
2019-06-06 11:48:26 +04:30
committed by GitHub
parent ed6f0bbf2c
commit 107a219005

View File

@@ -62,6 +62,8 @@
pg_env: pg_env:
UID: '1000' UID: '1000'
GID: '1000' GID: '1000'
DISPLAY_WIDTH: '1600'
DISPLAY_HEIGHT: '960'
# MAIN DEPLOYMENT ############################################################# # MAIN DEPLOYMENT #############################################################
- name: 'Deploying {{pgrole}}' - name: 'Deploying {{pgrole}}'