diff --git a/src/Tags.cpp b/src/Tags.cpp index 747f98ad1..31f54d0f6 100644 --- a/src/Tags.cpp +++ b/src/Tags.cpp @@ -715,7 +715,8 @@ TagsEditor::TagsEditor(wxWindow * parent, if (IsWindowRectValid(&r)) Move(r.GetPosition()); -// SetSize(r.GetSize()); + SetSize(r.GetSize()); + Layout(); // Resize value column width based on width of columns and the vertical scrollbar wxScrollBar sb(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxSB_VERTICAL);