1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-31 19:20:26 +00:00

Removed a period from the checkbox's display text to conform with other buttons.

This commit is contained in:
Thomas Lowe 2021-11-29 20:49:31 -05:00
parent 4f77c18af4
commit bdb7b6079e

View File

@ -14,7 +14,7 @@
<item> <item>
<widget class="QTabWidget" name="AdvancedTabWidget"> <widget class="QTabWidget" name="AdvancedTabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="GameMechanics"> <widget class="QWidget" name="GameMechanics">
<attribute name="title"> <attribute name="title">
@ -281,8 +281,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>645</width> <width>665</width>
<height>413</height> <height>525</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@ -454,16 +454,16 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
<widget class="QCheckBox" name="antialiasAlphaTestCheckBox"> <widget class="QCheckBox" name="antialiasAlphaTestCheckBox">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enables alpha testing for smoother anti-aliasing (Requires anti-aliasing to be enabled)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enables alpha testing for smoother anti-aliasing (Requires anti-aliasing to be enabled)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Use anti-alias alpha testing.</string> <string>Use anti-alias alpha testing</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>