Skip to content

Commit

Permalink
Fix shader info pane column width in OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 6, 2017
1 parent 46ab86b commit a30d3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiant/ui/common/TexturePreviewCombo.cpp
Expand Up @@ -73,6 +73,8 @@ void TexturePreviewCombo::refreshInfoTable()
_infoTable->Append(_("Shader"), shader->getName());
_infoTable->Append(_("Defined in"), shader->getShaderFileName());
_infoTable->Append(_("Description"), shader->getDescription());

_infoTable->TriggerColumnSizeEvent();
}

// Popup menu callbacks
Expand Down

0 comments on commit a30d3ae

Please sign in to comment.