Skip to content

Commit

Permalink
Add Icon for Toggle Sub-Xsheet Navigation Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
manongjohn committed Dec 28, 2023
1 parent 1247a2f commit 52b4941
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
58 changes: 58 additions & 0 deletions toonz/sources/toonz/icons/dark/actions/16/toggle_sub_nav.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion toonz/sources/toonz/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,8 @@ void MainWindow::defineActions() {
createRightClickMenuAction(MI_ToggleXSheetToolbar,
QT_TR_NOOP("Toggle XSheet Toolbar"), "");
createRightClickMenuAction(MI_ToggleXsheetBreadcrumbs,
QT_TR_NOOP("Toggle Sub-Xsheet Navigation Bar"), "");
QT_TR_NOOP("Toggle Sub-Xsheet Navigation Bar"), "",
"toggle_sub_nav");
createRightClickMenuAction(MI_ToggleXsheetCameraColumn,
QT_TR_NOOP("Show/Hide Xsheet Camera Column"), "");
createRightClickMenuAction(MI_SetKeyframes, QT_TR_NOOP("&Set Key"), "Z",
Expand Down
2 changes: 2 additions & 0 deletions toonz/sources/toonz/toonz.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@
<file>icons/dark/actions/16/next_nav_tag.svg</file>
<file>icons/dark/actions/16/prev_nav_tag.svg</file>

<file>icons/dark/actions/16/toggle_sub_nav.svg</file>

<!-- Modes, Types, Options -->
<file>icons/dark/actions/16/ink_check.svg</file>
<file>icons/dark/actions/16/inks_only.svg</file>
Expand Down

0 comments on commit 52b4941

Please sign in to comment.