Minor tweaks to UI.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4876 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-08-10 06:41:18 +00:00
committed by derek
parent 00fab4f4f7
commit 2d20a37a3d
3 changed files with 10 additions and 9 deletions

View File

@ -165,9 +165,7 @@ public class Workspace extends JPanel implements PacketListener {
// Set background
Color menuBarColor = new Color(235, 233, 237);
setBackground(menuBarColor);
setBackground(Color.white);
}
/**