mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +00:00
Don't show ContextBar when the program starts
This commit is contained in:
parent
44c6a9d91a
commit
78e5ab356a
@ -91,6 +91,7 @@ MainWindow::MainWindow()
|
|||||||
// configure all widgets to expansives
|
// configure all widgets to expansives
|
||||||
m_menuBar->setExpansive(true);
|
m_menuBar->setExpansive(true);
|
||||||
m_contextBar->setExpansive(true);
|
m_contextBar->setExpansive(true);
|
||||||
|
m_contextBar->setVisible(false);
|
||||||
m_statusBar->setExpansive(true);
|
m_statusBar->setExpansive(true);
|
||||||
m_colorBar->setExpansive(true);
|
m_colorBar->setExpansive(true);
|
||||||
m_toolBar->setExpansive(true);
|
m_toolBar->setExpansive(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user