Explorar el Código

configure_graphics: Fix layout in global config

Fixes a regression where the global config takes up a lot of extra space.
lat9nq hace 6 años
padre
commit
90a0fb1e0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/yuzu/configuration/configure_graphics.ui

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

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