Closed arvanus closed 5 years ago
I've found the line 70, and changed:
leftSplitterPanel = new wxPanel( mainSplitter, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
to:
leftSplitterPanel = new wxPanel( mainSplitter, wxID_ANY, wxDefaultPosition, wxSize(100, 1), wxTAB_TRAVERSAL );
I compiled Flamerobin from source code, and at History dialog search left size are using minimal width. I don't work with wxWidget, so I can't find where to change it, but appears do be at StatementHistoryDialog contructor, any idea what to change, so I cant test and send a fix?
Thanks!
Ps: the user can resize the view at runtime Default: Manual resizing is ok:
Something here, I think: