Aegisub/aegisub/src/libresrc/default_toolbar.json
Thomas Goyne 88f0659307 Rewrite the toolbar generation code
The old toolbar code didn't actually support any nontrivial
customization of toolbars, as it had a hardcoded list of commands which
would be enabled or disabled, and the checks for enabling/disabling
toolbar buttons was done only in the specific situations which those
commands used.

Make icon size a user customizable option and add support for
dynamically changing it at runtime.

Originally committed to SVN as r5468.
2011-07-15 04:06:23 +00:00

40 lines
898 B
JSON

{
"main" : [
"subtitle/new",
"subtitle/open",
"subtitle/save",
"",
"video/jump",
"video/zoom/in",
"video/zoom/out",
"video/jump/start",
"video/jump/end",
"",
"time/snap/start_video",
"time/snap/end_video",
"subtitle/select/visible",
"time/snap/scene",
"time/snap/frame",
"",
"tool/style/manager",
"subtitle/properties",
"subtitle/attachment",
"tool/font_collector",
"",
"am/manager",
"",
"tool/assdraw",
"",
"time/shift",
"tool/style/assistant",
"tool/translation_assistant",
"tool/resampleres",
"tool/time/postprocess",
"tool/time/kanji",
"subtitle/spellcheck",
"",
"app/options",
"grid/tag/cycle_hiding"
]
}