mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed tournament panel color setting.
This commit is contained in:
parent
2cc129daa6
commit
791cc828c4
2 changed files with 0 additions and 8 deletions
|
@ -39,9 +39,6 @@
|
||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Container class="javax.swing.JPanel" name="actionPanel">
|
<Container class="javax.swing.JPanel" name="actionPanel">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
||||||
<Color blue="e3" green="e3" id="Control Highlight" palette="2" red="e3" type="palette"/>
|
|
||||||
</Property>
|
|
||||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||||
<Font name="Arial" size="10" style="0"/>
|
<Font name="Arial" size="10" style="0"/>
|
||||||
</Property>
|
</Property>
|
||||||
|
@ -275,9 +272,6 @@
|
||||||
</Container>
|
</Container>
|
||||||
<Container class="javax.swing.JSplitPane" name="jSplitPane2">
|
<Container class="javax.swing.JSplitPane" name="jSplitPane2">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
||||||
<Color blue="e3" green="e3" id="Control Highlight" palette="2" red="e3" type="palette"/>
|
|
||||||
</Property>
|
|
||||||
<Property name="resizeWeight" type="double" value="1.0"/>
|
<Property name="resizeWeight" type="double" value="1.0"/>
|
||||||
<Property name="toolTipText" type="java.lang.String" value=""/>
|
<Property name="toolTipText" type="java.lang.String" value=""/>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
|
@ -306,7 +306,6 @@ public class TournamentPanel extends javax.swing.JPanel {
|
||||||
|
|
||||||
setPreferredSize(new java.awt.Dimension(908, 580));
|
setPreferredSize(new java.awt.Dimension(908, 580));
|
||||||
|
|
||||||
actionPanel.setBackground(java.awt.SystemColor.controlHighlight);
|
|
||||||
actionPanel.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
|
actionPanel.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
|
||||||
|
|
||||||
txtName.setEditable(false);
|
txtName.setEditable(false);
|
||||||
|
@ -447,7 +446,6 @@ public class TournamentPanel extends javax.swing.JPanel {
|
||||||
.addContainerGap())
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
|
|
||||||
jSplitPane2.setBackground(java.awt.SystemColor.controlHighlight);
|
|
||||||
jSplitPane2.setResizeWeight(1.0);
|
jSplitPane2.setResizeWeight(1.0);
|
||||||
jSplitPane2.setToolTipText("");
|
jSplitPane2.setToolTipText("");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue