Browse Source

Don't add filter button to overview page

master
Chris Smith 15 years ago
parent
commit
efb44dc7b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/uk/co/md87/evetool/ui/pages/OverviewPage.java

+ 1
- 1
src/uk/co/md87/evetool/ui/pages/OverviewPage.java View File

@@ -195,7 +195,7 @@ public class OverviewPage extends Page implements AccountManager.AccountListener
195 195
         addButton.addActionListener(this);
196 196
         
197 197
         context.add(addButton, "growy");
198
-        context.add(new FilterButton(), "growy, al right");
198
+        //context.add(new FilterButton(), "growy, al right");
199 199
     }
200 200
 
201 201
 }

Loading…
Cancel
Save