ENH:publish entrance layout

Change-Id: Ib7e3f6dd60047de02e4ccb0d3793f3bd31947597
This commit is contained in:
tao wang 2023-06-25 09:47:30 +08:00 committed by Lane.Wei
parent e0e8d1467d
commit 663e0503a2

View file

@ -865,6 +865,7 @@ void MainFrame::update_title()
void MainFrame::show_publish_button(bool show)
{
m_publish_btn->Show(show);
Layout();
}
void MainFrame::update_title_colour_after_set_title()