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

configure_graphics: Fix layout in global config

Fixes a regression where the global config takes up a lot of extra space.
lat9nq 6 лет назад
Родитель
Сommit
90a0fb1e0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/yuzu/configuration/configure_graphics.ui

+ 1 - 1
src/yuzu/configuration/configure_graphics.ui

@@ -149,7 +149,7 @@
         <item>
         <item>
          <widget class="QWidget" name="bg_layout" native="true">
          <widget class="QWidget" name="bg_layout" native="true">
           <property name="sizePolicy">
           <property name="sizePolicy">
-           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
             <horstretch>0</horstretch>
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
            </sizepolicy>