Просмотр исходного кода

UI: Fix context bar being squished

When making the OBS window smaller, the context bar would be cut
in half.
cg2121 3 лет назад
Родитель
Сommit
8e1b1672a7
1 измененных файлов с 1 добавлено и 1 удалено
  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">