• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5617

Show
Ignore:
Timestamp:
09/17/08 14:46:54 (2 months ago)
Author:
jburel
Message:

Fixed refresh problem for tags

Location:
trunk/SRC/org/openmicroscopy/shoola
Files:
2 modified

  • agents/treeviewer/browser/BrowserModel.java (modified) (1 diff)
  • util/ui/login/ScreenLogin.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/treeviewer/browser/BrowserModel.java

    r5538 r5617  
    574574                        case Browser.TAGS_EXPLORER: 
    575575                                klass = TagAnnotationData.class; 
     576                                break; 
    576577                        case Browser.SCREENS_EXPLORER: 
    577578                                klass = ScreenData.class; 
  • trunk/SRC/org/openmicroscopy/shoola/util/ui/login/ScreenLogin.java

    r5616 r5617  
    337337        { 
    338338                JPanel mainPanel = new JPanel(); 
    339                 int g = 3; 
     339                int g = 5; 
    340340                mainPanel.setBorder(BorderFactory.createEmptyBorder(g, g, g, g)); 
    341341                mainPanel.setOpaque(false); 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/