Gui: Allow to set MSAA 4x option

Fixes #15369
This commit is contained in:
wmayer
2024-07-11 17:40:55 +02:00
parent 6b932aa96e
commit 39cbfdb2c5

View File

@@ -265,7 +265,7 @@ but slower response to any scene changes.</string>
</widget>
</item>
<item row="1" column="4">
<widget class="Gui::PrefComboBox" name="comboAliasing">
<widget class="QComboBox" name="comboAliasing">
<property name="minimumSize">
<size>
<width>120</width>
@@ -275,12 +275,6 @@ but slower response to any scene changes.</string>
<property name="toolTip">
<string>What kind of multisample anti-aliasing is used</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>AntiAliasing</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>View</cstring>
</property>
</widget>
</item>
<item row="2" column="0">