mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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>
|
||||
<Container class="javax.swing.JPanel" name="actionPanel">
|
||||
<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">
|
||||
<Font name="Arial" size="10" style="0"/>
|
||||
</Property>
|
||||
|
@ -275,9 +272,6 @@
|
|||
</Container>
|
||||
<Container class="javax.swing.JSplitPane" name="jSplitPane2">
|
||||
<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="toolTipText" type="java.lang.String" value=""/>
|
||||
</Properties>
|
||||
|
|
|
@ -306,7 +306,6 @@ public class TournamentPanel extends javax.swing.JPanel {
|
|||
|
||||
setPreferredSize(new java.awt.Dimension(908, 580));
|
||||
|
||||
actionPanel.setBackground(java.awt.SystemColor.controlHighlight);
|
||||
actionPanel.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
|
||||
|
||||
txtName.setEditable(false);
|
||||
|
@ -447,7 +446,6 @@ public class TournamentPanel extends javax.swing.JPanel {
|
|||
.addContainerGap())
|
||||
);
|
||||
|
||||
jSplitPane2.setBackground(java.awt.SystemColor.controlHighlight);
|
||||
jSplitPane2.setResizeWeight(1.0);
|
||||
jSplitPane2.setToolTipText("");
|
||||
|
||||
|
|
Loading…
Reference in a new issue