mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
ThemeEditor: Add a Statusbar
This commit is contained in:
parent
ae6bde6847
commit
16240942ba
3 changed files with 54 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022, Sam Atkins <atkinssj@serenityos.org>
|
||||
* Copyright (c) 2022-2023, Sam Atkins <atkinssj@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -117,6 +117,7 @@ private:
|
|||
|
||||
RefPtr<PreviewWidget> m_preview_widget;
|
||||
RefPtr<GUI::TabWidget> m_property_tabs;
|
||||
RefPtr<GUI::Statusbar> m_statusbar;
|
||||
RefPtr<GUI::Action> m_save_action;
|
||||
|
||||
RefPtr<GUI::Button> m_theme_override_apply;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue