Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Text & CCombo as TableEditor in Table

I'm currently using Text & CCombo as TableEditor in a Table. That works
fine.

There is one little annoyance, however. In the Table the text starts a few
pixels further to the right than in Text or CCombo.

The effect is, that when you move from one row to the other, the text seems
to jump to the left when you enter the TableEditor with the cursor:

  text
  text
|text
  text
  text
  text
...

Is it possible to make both the text in the Table and the text in the
TableEditor (Text or CCombo) start at exactly the same pixel?




Back to the top