Forráskód Böngészése

UI: Fix context bar being squished

When making the OBS window smaller, the context bar would be cut
in half.
cg2121 3 éve
szülő
commit
8e1b1672a7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      UI/forms/OBSBasic.ui

+ 1 - 1
UI/forms/OBSBasic.ui

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