frontend/forms: Fix text cut off in multitrack video info
This commit is contained in:
parent
cabe65cb98
commit
6a01aab641
@ -457,6 +457,12 @@
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<widget class="QLabel" name="multitrackVideoInfo">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>MultitrackVideo.Info</string>
|
||||
</property>
|
||||
@ -469,9 +475,6 @@
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<enum>QSizePolicy::MinimumExpanding, QSizePolicy::Minimum</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user