Skip to content

Commit b3a48b6

Browse files
committedJan 28, 2019
[ui] Add min. height to the layout label item widget text box
1 parent 838214b commit b3a48b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/ui/layout/qgslayoutlabelwidgetbase.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<layout class="QGridLayout" name="gridLayout_2">
8787
<item row="0" column="0">
8888
<widget class="QPlainTextEdit" name="mTextEdit">
89+
<property name="minimumSize">
90+
<size>
91+
<width>0</width>
92+
<height>150</height>
93+
</size>
94+
</property>
8995
<property name="tabStopWidth">
9096
<number>10</number>
9197
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.