mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
PDFViewer: Move debug actions from toolbar into a menu
This makes it easier to add more entries. Also, debug toggles don't need to be quite as visible as they were on the toolbar :^)
This commit is contained in:
parent
1041dbb007
commit
176e9db6cd
2 changed files with 12 additions and 12 deletions
|
@ -53,8 +53,6 @@ private:
|
|||
GUI::ActionGroup m_page_view_action_group;
|
||||
RefPtr<GUI::Action> m_page_view_mode_single;
|
||||
RefPtr<GUI::Action> m_page_view_mode_multiple;
|
||||
RefPtr<GUI::CheckBox> m_show_clipping_paths;
|
||||
RefPtr<GUI::CheckBox> m_show_images;
|
||||
|
||||
bool m_sidebar_open { false };
|
||||
ByteBuffer m_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue