Added gradient to all panel to improve looks somewhat.
This commit is contained in:
@ -209,6 +209,7 @@ public class ConfigurationTab extends TabLogoPanel {
|
||||
lblUPNP.setText(Transl._("UPNP:"));
|
||||
|
||||
chkbxUPNP = new JCheckBox(Transl._("Enable UPNP"));
|
||||
chkbxUPNP.setOpaque(false);
|
||||
networkPanel.add(chkbxUPNP);
|
||||
chkbxUPNP.setBounds(127, 85, 120, 15);
|
||||
}
|
||||
|
Reference in New Issue
Block a user