Menu

#100 Expand input fields to fill the whole width (only Linux)

None
new
None
ch.sahits.codegen.ui
minor
1.2.0
defect
2010-12-31
2010-03-21
Sahits GmbH
No

Add

GridData gd = new GridData(GridData.FILL_HORIZONTAL);
txtSchema.setLayoutData(gd);

to the UI components

Discussion

  • Sahits GmbH

    Sahits GmbH - 2010-03-21

    Dooing as described produces a class cast exception because of non matching layouts:

    java.lang.ClassCastException: org.eclipse.swt.layout.GridData cannot be cast to org.eclipse.swt.layout.RowData
    
     
  • Sahits GmbH

    Sahits GmbH - 2010-12-31

    The input fields are done. The combo boxes however are too small.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.