diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-11 23:20:58 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-11 23:21:16 +0200 |
| commit | e2c2ba777362f9d231e8b7281c764132038b8d61 (patch) | |
| tree | 4fef068820f14bdfe49f4d15e826b51f12e93e1f /fluid/alignment_panel.fl | |
| parent | 86cadec162ed7558c4d5aa8d73c2cf461f53f8c4 (diff) | |
FLUID: adds better zoom icon
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 560a2433d..fdea176b9 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -1228,7 +1228,7 @@ if (mi) { } } Fl_Button {} { - label {@square} + label {@+1fd_zoom} callback {if (!script_panel) make_script_panel(); script_input->buffer()->text(w_settings_shell_command->buffer()->text()); script_panel->show(); @@ -1244,7 +1244,7 @@ w_settings_shell_command->buffer()->text(script_input->buffer()->text()); w_settings_shell_command->do_callback(); BREAK2: script_panel->hide();} - tooltip {open the big code editor} xywh {296 395 24 22} labelsize 11 labelcolor 39 + tooltip {open the big code editor} xywh {296 395 24 22} labelsize 11 } } Fl_Check_Button {} { |
