1

I have one problem.

I make Boolean Field in Eclipse Scout and I positioned it :

- Lable Width In Pixel = 1
- Fill Horizontal : NO
- Grid Weight X = 1
- Width in Pixel  = 160

On Swing it looks ok : (Field Margin)

enter image description here

but on RAP it look odd like those field would not be set :

enter image description here

What can I do?

Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97

1 Answers1

1

I figure it out, thanks to https://www.eclipse.org/forums/index.php/t/640392/.

Problem is that RAP target ignore property :

- Lable Width In Pixel

To go around, you set

- Lable visible : NO
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97