Commit 2cd41d8
* Fix #14556 Removed the extra space occupied by the table, The table in WebSearchTab was leaving unwanted space.
This commit adjusts the layout to match the design specification.
* Fix #14556 Removed the extra space occupied by the Table
* Update CHANGELOG.md for #14556
* Improve table layout and address review feedback
* Use constants for row height and header estimate to remove magic numbers
* Fix Checkstyle: move constants above FXML fields
* Remove extra blank line to satisfy Checkstyle
* Remove redundant comment in WebSearchTab (line 115)
---------
Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
1 parent 50b38dc commit 2cd41d8
File tree
3 files changed
+22
-1
lines changed- jabgui/src/main
- java/org/jabref/gui/preferences/websearch
- resources/org/jabref/gui/preferences/websearch
3 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
97 | 118 | | |
98 | 119 | | |
99 | 120 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments