Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table increases by a few pixels after sizing divider #440

Open
ghost opened this issue Nov 17, 2022 · 0 comments
Open

Table increases by a few pixels after sizing divider #440

ghost opened this issue Nov 17, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 17, 2022

Replicate

  1. Create a new PreferencesFX dialog with a table, such as:

    preferencesfx-01

  2. Move the slider back and forth until the label for the table switches from having an ellipses (e.g., Pai... in the previous image) back to not having an ellipses (e.g., Pairs).

  3. Click anywhere in the table.

Expected results

The table stays the same size. The label does not contain ellipses.

Actual results

The table expands by a pixel. The label contains an ellipses.

preferencesfx-02

Environment

$ java --version
openjdk 19.0.1 2022-10-18
OpenJDK Runtime Environment (build 19.0.1+11)
OpenJDK 64-Bit Server VM (build 19.0.1+11, mixed mode, sharing)
implementation 'com.dlsc.preferencesfx:preferencesfx-core:11.11.0'
javafx {
  version = '19'
  modules = ['javafx.controls', 'javafx.swing']
  configuration = 'compileOnly'
}

Related

See issues #413 and #430 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants