Commit 5fe5d1c4 authored by Dan Pascu's avatar Dan Pascu

Fixed size policies for the video codec list widget

parent f9b8f2af
......@@ -254,6 +254,12 @@
</property>
<item row="2" column="1">
<widget class="QListWidget" name="account_video_codecs_list">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment