Skip to content

Commit

Permalink
fix(moneymanagerex#4791): fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Jul 8, 2022
1 parent a1a03eb commit b502faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ mmGUIFrame::mmGUIFrame(mmGUIApp* app, const wxString& title
// add the toolbars to the manager
m_mgr.AddPane(toolBar_, wxAuiPaneInfo().
Name("toolbar").ToolbarPane().Top()
.LeftDockable(false).RightDockable(false).MinSize(1000, -1)
.LeftDockable(false).RightDockable(false)
.Show(Model_Setting::instance().GetBoolSetting("SHOWTOOLBAR", true)));

// change look and feel of wxAuiManager
Expand Down

0 comments on commit b502faf

Please sign in to comment.