Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ui] Add min. height to the layout label item widget text box
  • Loading branch information
nirvn committed Jan 28, 2019
1 parent 838214b commit b3a48b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/layout/qgslayoutlabelwidgetbase.ui
Expand Up @@ -86,6 +86,12 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QPlainTextEdit" name="mTextEdit">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="tabStopWidth">
<number>10</number>
</property>
Expand Down

0 comments on commit b3a48b6

Please sign in to comment.