Skip to content

Commit

Permalink
Removed a period from the checkbox's display text to conform with oth…
Browse files Browse the repository at this point in the history
…er buttons.
  • Loading branch information
Vulpen committed Nov 30, 2021
1 parent 4f77c18 commit bdb7b60
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions files/ui/advancedpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<item>
<widget class="QTabWidget" name="AdvancedTabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="GameMechanics">
<attribute name="title">
Expand Down Expand Up @@ -281,8 +281,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>645</width>
<height>413</height>
<width>665</width>
<height>525</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -454,16 +454,16 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="antialiasAlphaTestCheckBox">
<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>
</property>
<property name="text">
<string>Use anti-alias alpha testing.</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="antialiasAlphaTestCheckBox">
<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>
</property>
<property name="text">
<string>Use anti-alias alpha testing</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit bdb7b60

Please sign in to comment.