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>
|
||||||
<item row="9" column="1">
|
<item row="9" column="1">
|
||||||
<widget class="QLabel" name="multitrackVideoInfo">
|
<widget class="QLabel" name="multitrackVideoInfo">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>MultitrackVideo.Info</string>
|
<string>MultitrackVideo.Info</string>
|
||||||
</property>
|
</property>
|
||||||
@ -469,9 +475,6 @@
|
|||||||
<property name="openExternalLinks">
|
<property name="openExternalLinks">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
|
||||||
<enum>QSizePolicy::MinimumExpanding, QSizePolicy::Minimum</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="10" column="1">
|
<item row="10" column="1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user