Skip to content

Commit ca5686f

Browse files
committed
Changed default presplash background colour
1 parent 5b17171 commit ca5686f

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/sdl2/build

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def parse_args(args=None):
413413
ap.add_argument('--presplash', dest='presplash',
414414
help=('A jpeg file to use as a screen while the '
415415
'application is loading.'))
416-
ap.add_argument('--presplash-color', dest='presplash_color', default='#FFFFFFFF',
416+
ap.add_argument('--presplash-color', dest='presplash_color', default='#000000',
417417
help=('A string to set the loading screen background color. '
418418
'Suported formats are: #RRGGBB #AARRGGBB or color names '
419419
'like red, green, blue, etc.'))

0 commit comments

Comments
 (0)