修复部分TwoLineListItem布局 - #6725
Open
SmallFox0305 wants to merge 5 commits into
Open
Conversation
| import javafx.scene.layout.Priority; | ||
| import javafx.scene.layout.Pane; | ||
| import javafx.scene.layout.VBox; | ||
| import org.jackhuang.hmcl.ui.FXUtils; |
There was a problem hiding this comment.
[ERROR] [com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck]
Unused import - org.jackhuang.hmcl.ui.FXUtils.
Contributor
Author
|
可是最新版依旧还存在这个bug呀 |
Contributor
因为 #6436 还没合并。 |
Author
|
稍等 我检查一下 |
Author
Contributor
|
那你和 @ZZZank 交流下吧,或者你在他/她的 PR 下留个言 |
Author
|
嗯 也可以 |
Contributor
Author
|
对 我也觉得很奇怪(所以我在上面也说了有这个问题 最难蚌的还是文本换行的地方太奇怪了 总感觉中间有什么东西顶住了 所以我只是提供一个解决的思路 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



修复 #6682 的布局问题
修改了一些布局
以此来规避组件宽度溢出
但此分支仍旧存在如下问题 希望有大佬继续完善(请勿直接合并)