mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
frontend/forms: Fix text cut off in multitrack video info
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user