FIX: refine shortcuts on collapse/expand sidebar

Change-Id: I2332617e69ee73edeaabb5b6fd7a225ac073b76e
This commit is contained in:
tao.jin 2022-12-31 15:02:06 +08:00 committed by Lane.Wei
parent 67862ec21c
commit 1cbaa6e312
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,8 @@ RecenterDialog::RecenterDialog(wxWindow* parent, wxWindowID id, const wxString&
init_bitmap();
SetBackgroundColour(*wxWHITE);
auto* main_sizer = new wxBoxSizer(wxVERTICAL);
auto* button_sizer = new wxBoxSizer(wxHORIZONTAL);