[Editor] Increase max brush size to 15

This commit is contained in:
2021-02-19 13:22:17 +01:00
parent 5d604febd3
commit 47f754862b

View File

@@ -105,7 +105,7 @@ class MapToolbarView : View() {
this += FontIcon("fa-paint-brush").apply { iconSize = 10 }
slider(1..5) {
slider(1..15) {
majorTickUnit = 1.0
isSnapToTicks = true
minorTickCount = 0