fix AppletConfigurationOptions defaults values (as before)

This commit is contained in:
Vladimir Krivosheev
2017-12-06 15:17:00 +01:00
parent dc96c39e30
commit 8ef280727c
@@ -11,8 +11,8 @@ class AppletConfigurationOptions : ModuleBasedConfigurationOptions() {
@get:OptionTag("HTML_FILE_NAME") var htmlFileName by string()
@get:OptionTag("HTML_USED") var htmlUsed by storedProperty(false)
@get:OptionTag("WIDTH") var width by storedProperty(300)
@get:OptionTag("HEIGHT") var height by storedProperty(400)
@get:OptionTag("WIDTH") var width by storedProperty(400)
@get:OptionTag("HEIGHT") var height by storedProperty(300)
@get:OptionTag("POLICY_FILE") var policyFile by string()
@get:OptionTag("VM_PARAMETERS") var vmParameters by string()