[branding] Group the welcome-settings together

This commit is contained in:
Adriaan de Groot 2019-01-03 15:38:20 +01:00
parent 934e58ad54
commit 8b72c93d67

View File

@ -8,6 +8,12 @@ componentName: default
# same distribution. # same distribution.
welcomeStyleCalamares: false welcomeStyleCalamares: false
# Should the welcome image (productWelcome, below) be scaled
# up beyond its natural size? If false, the image does not grow
# with the window but remains the same size throughout (this
# may have surprising effects on HiDPI monitors).
welcomeExpandingLogo: true
# These are strings shown to the user in the user interface. # These are strings shown to the user in the user interface.
# There is no provision for translating them -- since they # There is no provision for translating them -- since they
# are names, the string is included as-is. # are names, the string is included as-is.
@ -32,12 +38,6 @@ strings:
knownIssuesUrl: https://calamares.io/about/ knownIssuesUrl: https://calamares.io/about/
releaseNotesUrl: https://calamares.io/about/ releaseNotesUrl: https://calamares.io/about/
# Should the welcome image (productWelcome, below) be scaled
# up beyond its natural size? If false, the image does not grow
# with the window but remains the same size throughout (this
# may have surprising effects on HiDPI monitors).
welcomeExpandingLogo: true
# These images are loaded from the branding module directory. # These images are loaded from the branding module directory.
# #
# productIcon is used as the window icon, and will (usually) be used # productIcon is used as the window icon, and will (usually) be used