Ignore:
Timestamp:
02/20/12 11:41:48 (13 years ago)
Author:
sherbold
Message:
  • minor changes to the SWT GUI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/MainWindow.java

    r247 r387  
    7878        protected void createContents() { 
    7979                shlEventbenchConsole = new Shell(); 
    80                 shlEventbenchConsole.setSize(500, 300); 
     80                shlEventbenchConsole.setSize(800, 600); 
    8181                shlEventbenchConsole.setText("EventBench Console"); 
    8282                shlEventbenchConsole.setLayout(new GridLayout(1, false)); 
Note: See TracChangeset for help on using the changeset viewer.