fix: restore fixed quick command workspace#20
Merged
Conversation
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.
변경 사항
TableLayoutPanel열에 배치해 콘솔 오른쪽 출력·입력이 가려지지 않도록 했습니다.원인과 영향
v1.7.3의 반응형 전환은 빠른 명령을 전체 폭과 오른쪽 패널 사이에서 이동시켰고, 실제 v1.7.4 창에서는
DockStyle.Fill콘솔이 빠른 명령 뒤까지 확장되어 오른쪽 내용이 가려졌습니다. 명시적인 2열 구조로 도킹 순서에 대한 의존을 제거했습니다.검증
scripts/Prepare-BuildResources.ps1build.ps1 -SkipDependencyDownloadtest.ps1 -LauncherPath artifacts/MineHarbor.exe(PASSED=26,BRIDGE_PROTOCOL_PASSED=10, Portable/UI/security 통과)scripts/Publish-LocalRelease.ps1 -NoPublish(RELEASE_ARTIFACTS_PASSED=7)로컬에는 .NET SDK가 없어 SDK 스타일
net48경로는 PR CI에서 검증합니다.