Skip to content

Commit

Permalink
Database: Small UI changes in the actor section
Browse files Browse the repository at this point in the history
The following changes have been made:
- Set faceset size to 100x100
- Set charset size to 52x68
- Set battleset size to 52x52
- Change critical hit rate text to "1 in x turns"
- Fix typo in "Custom properties"
  • Loading branch information
rueter37 committed Dec 7, 2021
1 parent 684569e commit d7b5047
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/ui/database/actor_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<string> turns</string>
</property>
<property name="prefix">
<string>1 of </string>
<string>1 in </string>
</property>
<property name="minimum">
<number>1</number>
Expand Down Expand Up @@ -425,14 +425,14 @@
<widget class="FaceSetGraphicsView" name="graphicsFaceset">
<property name="minimumSize">
<size>
<width>96</width>
<height>96</height>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>96</height>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
Expand Down Expand Up @@ -470,14 +470,14 @@
<widget class="CharSetGraphicsView" name="graphicsCharset">
<property name="minimumSize">
<size>
<width>48</width>
<height>64</height>
<width>52</width>
<height>68</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>48</width>
<height>64</height>
<width>52</width>
<height>68</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
Expand Down Expand Up @@ -516,14 +516,14 @@
<widget class="QGraphicsView" name="graphicsBattleset">
<property name="minimumSize">
<size>
<width>48</width>
<height>48</height>
<width>52</width>
<height>52</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>48</width>
<height>48</height>
<width>52</width>
<height>52</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
Expand Down Expand Up @@ -940,7 +940,7 @@
<item row="8" column="0" colspan="3">
<widget class="QGroupBox" name="groupBox_379">
<property name="title">
<string>Custome Properties</string>
<string>Custom Properties</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_42">
<item>
Expand Down

0 comments on commit d7b5047

Please sign in to comment.