[Editor] Set max map editor drawer width to 256

This commit is contained in:
2021-02-18 23:50:22 +01:00
parent a4e8b45dcb
commit 05ebaae11e

View File

@@ -31,6 +31,8 @@ class MapFragment : Fragment() {
center = mapView.root center = mapView.root
right = drawer(multiselect = true) { right = drawer(multiselect = true) {
maxWidth = 256.0
item("Layers", expanded = true) { item("Layers", expanded = true) {
this += layersView.root this += layersView.root
} }