Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fix minimum width of review panel
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Jan 6, 2018
1 parent 46e6285 commit 3e015c1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -813,6 +813,7 @@ void ScenarioTextEditWidget::initView()

m_reviewView->setObjectName("reviewView");
m_reviewView->setEditor(m_editor);
m_reviewView->setMinimumWidth(100);
m_reviewView->hide();

m_zenControls->setEditor(m_editor);
Expand Down

0 comments on commit 3e015c1

Please sign in to comment.