-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Fix a few theme-related issues #13877
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
Changes from all commits
69dff91
7361b5a
3ecff72
475d24b
364dd1d
421df4e
d579ef1
83abee8
1dd7d0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -414,12 +414,6 @@ TextFlow > .tooltip-text-monospaced { | |
| -fx-padding: 0.5em 1em 0.5em 1em; | ||
| } | ||
|
|
||
| .dialog-pane .button-bar .button { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. JabRef should be able to resize buttons to show full texts when font size changes but it is more important to have it work using the default font size, we can think of a better solution for that case in parallel. The issue doesn't happen with the merge dialog only but with any dialog that has long text (more than two words) in button bar .i.e About dialog. |
||
| -fx-min-width: 6em; | ||
| -fx-pref-width: 6em; | ||
| -fx-max-width: 6em; | ||
| } | ||
|
|
||
| .menu-button > .label { | ||
| -fx-padding: 0 8 0 8; | ||
| } | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.