mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
WIP-dont-use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
29d9405a72
commit
52f156ee47
9 changed files with 24 additions and 19 deletions
|
@ -645,7 +645,7 @@ TemplatePage {
|
|||
to: 150
|
||||
stepSize: 1
|
||||
value: PrefTechnicalDetails.gflow
|
||||
validator: RegExpValidator { regExp: /1?\d{0,2}%?/ }
|
||||
validator: RegularExpressionValidator { regularExpression: /1?\d{0,2}%?/ }
|
||||
textFromValue: function (value, locale) {
|
||||
return value + "%"
|
||||
}
|
||||
|
@ -679,7 +679,7 @@ TemplatePage {
|
|||
to: 150
|
||||
stepSize: 1
|
||||
value: PrefTechnicalDetails.gfhigh
|
||||
validator: RegExpValidator { regExp: /1?\d{0,2}%?/ }
|
||||
validator: RegularExpressionValidator { regularExpression: /1?\d{0,2}%?/ }
|
||||
textFromValue: function (value, locale) {
|
||||
return value + "%"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue