Skip to content

Commit

Permalink
#3250: ModelSelector tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 16, 2021
1 parent 6937d11 commit e04a079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/ui/modelselector/ModelSelector.cpp
Expand Up @@ -280,7 +280,7 @@ void ModelSelector::setupTreeView(wxWindow* parent)
auto* toolbar = new wxutil::ResourceTreeViewToolbar(parent, _treeView);

parent->GetSizer()->Prepend(_treeView, 1, wxEXPAND);
parent->GetSizer()->Prepend(toolbar, 0, wxALIGN_LEFT | wxBOTTOM | wxLEFT | wxRIGHT, 6);
parent->GetSizer()->Prepend(toolbar, 0, wxEXPAND | wxALIGN_LEFT | wxBOTTOM | wxLEFT | wxRIGHT, 6);
parent->GetSizer()->Layout();
}

Expand Down

0 comments on commit e04a079

Please sign in to comment.