mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
filter ctrl: don't force height
This commit is contained in:
@@ -41,7 +41,7 @@ class TextCtrlWithFocus : public wxTextCtrl {
|
|||||||
};
|
};
|
||||||
|
|
||||||
FilterCtrl::FilterCtrl(wxWindow* parent, int id, String const& placeholder)
|
FilterCtrl::FilterCtrl(wxWindow* parent, int id, String const& placeholder)
|
||||||
: wxControl(parent, id, wxDefaultPosition, wxSize(160,41), wxSTATIC_BORDER)
|
: wxControl(parent, id, wxDefaultPosition, wxSize(160,-1), wxSTATIC_BORDER)
|
||||||
, changing(false)
|
, changing(false)
|
||||||
, placeholder(placeholder)
|
, placeholder(placeholder)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user