Make inspector window size consistent

This commit is contained in:
Lawrence Lee
2021-05-08 11:15:41 -07:00
parent b2988ddbb3
commit 36cb32b31b
4 changed files with 21 additions and 11 deletions

View File

@@ -2100,5 +2100,5 @@ void FileBrowser::openRequested( std::vector<FileBrowserEntry*> mselected)
void FileBrowser::inspectRequested(std::vector<FileBrowserEntry*> mselected)
{
getInspector()->showWindow(false, false, true);
getInspector()->showWindow(true);
}