updated comments

This commit is contained in:
Robinson 2023-02-14 13:14:29 +01:00
parent b67eea2b7a
commit 91e042da19
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -76,7 +76,6 @@ class Notify private constructor() {
@Property @Property
var MARGIN = 20 var MARGIN = 20
/** /**
* This is the title font used by a notification. * This is the title font used by a notification.
*/ */
@ -96,7 +95,7 @@ class Notify private constructor() {
var MOVE_DURATION = 1.0f var MOVE_DURATION = 1.0f
/** /**
* Location of the dialog image resources. By default they must be in the 'resources' directory relative to the application * Location of the dialog image resources. By default, they must be in the 'resources' directory relative to the application
*/ */
@Property @Property
var IMAGE_PATH = "resources" var IMAGE_PATH = "resources"