mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed a spelling error in GUI Size text.
This commit is contained in:
parent
e9638bcc4d
commit
74b4e5941b
2 changed files with 2 additions and 2 deletions
|
@ -1788,7 +1788,7 @@
|
||||||
<Component class="javax.swing.JLabel" name="labelStackWidth">
|
<Component class="javax.swing.JLabel" name="labelStackWidth">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="horizontalAlignment" type="int" value="0"/>
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
||||||
<Property name="text" type="java.lang.String" value="Stack %width relatated to hand"/>
|
<Property name="text" type="java.lang.String" value="Stack %width related to hand"/>
|
||||||
<Property name="toolTipText" type="java.lang.String" value="<HTML>The % size of the stack object area in relation to the hand card area size."/>
|
<Property name="toolTipText" type="java.lang.String" value="<HTML>The % size of the stack object area in relation to the hand card area size."/>
|
||||||
</Properties>
|
</Properties>
|
||||||
<AccessibilityProperties>
|
<AccessibilityProperties>
|
||||||
|
|
|
@ -1020,7 +1020,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
||||||
sliderStackWidth.getAccessibleContext().setAccessibleDescription("<HTML>The stack width in relation to the hand area width");
|
sliderStackWidth.getAccessibleContext().setAccessibleDescription("<HTML>The stack width in relation to the hand area width");
|
||||||
|
|
||||||
labelStackWidth.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
|
labelStackWidth.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
|
||||||
labelStackWidth.setText("Stack %width relatated to hand");
|
labelStackWidth.setText("Stack %width related to hand");
|
||||||
labelStackWidth.setToolTipText("<HTML>The % size of the stack object area in relation to the hand card area size.");
|
labelStackWidth.setToolTipText("<HTML>The % size of the stack object area in relation to the hand card area size.");
|
||||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||||
gridBagConstraints.gridx = 0;
|
gridBagConstraints.gridx = 0;
|
||||||
|
|
Loading…
Reference in a new issue