summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_map_editor.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-05-01 17:09:32 +0200
committerkobewi <kobewi4e@gmail.com>2022-05-01 22:13:30 +0200
commit142d0e7d7528ef09463c43a8e7a49b42f9bb7b2b (patch)
tree5103b3ca97925b2d67eac96fc9a667768fdb6be0 /editor/plugins/tiles/tile_map_editor.h
parentdb29d7753bb431f32058a2bf9f0e5b13fa99874f (diff)
downloadredot-engine-142d0e7d7528ef09463c43a8e7a49b42f9bb7b2b.tar.gz
Change Place Random Tiles to an icon
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r--editor/plugins/tiles/tile_map_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h
index 3a0293f48f..ec32c83d10 100644
--- a/editor/plugins/tiles/tile_map_editor.h
+++ b/editor/plugins/tiles/tile_map_editor.h
@@ -92,7 +92,7 @@ private:
VSeparator *tools_settings_vsep_2 = nullptr;
CheckBox *bucket_contiguous_checkbox = nullptr;
- CheckBox *random_tile_checkbox = nullptr;
+ Button *random_tile_toggle = nullptr;
float scattering = 0.0;
Label *scatter_label = nullptr;
SpinBox *scatter_spinbox = nullptr;