Added histogram widget

This commit is contained in:
2025-08-02 17:12:31 +02:00
parent bc4f10a7ad
commit af2bbe93cc
5 changed files with 185 additions and 37 deletions

View File

@ -87,7 +87,7 @@ class EditorManager:
)
self.layout_manager.load_layout()
dpg.create_viewport(title="NegStation", width=800, height=600)
dpg.create_viewport(title="NegStation", width=1200, height=800)
dpg.configure_app(docking=True, docking_space=True)
with dpg.viewport_menu_bar():