Turned the editor's toolbox buttons into checkboxes.
This commit is contained in:
parent
99a841f347
commit
45f7dfe671
1 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
|||
# The toolbar.
|
||||
# First row.
|
||||
[menu]
|
||||
type=checkbox
|
||||
id=draw_button_editor
|
||||
image=draw_button_editor
|
||||
items=editor-tool-paint
|
||||
|
@ -225,6 +226,7 @@
|
|||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=checkbox
|
||||
id=start_position_button_editor
|
||||
image=start_position_button_editor
|
||||
items=editor-tool-starting-position
|
||||
|
@ -271,6 +273,7 @@
|
|||
|
||||
#Second Row.
|
||||
[menu]
|
||||
type=checkbox
|
||||
id=flood_button_editor
|
||||
image=flood_button_editor
|
||||
items=editor-tool-fill
|
||||
|
@ -283,6 +286,7 @@
|
|||
yanchor=fixed
|
||||
[/menu]
|
||||
[menu]
|
||||
type=checkbox
|
||||
id=select_button_editor
|
||||
image=select_button_editor
|
||||
items=editor-tool-select
|
||||
|
|
Loading…
Add table
Reference in a new issue