UI: Fix context bar being squished

When making the OBS window smaller, the context bar would be cut
in half.
master
cg2121 2022-08-29 22:45:18 -05:00 committed by Ryan Foster
parent 7c8995c20f
commit 8e1b1672a7
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
<height>0</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout9">