fix: 增加主机搜索框#264
Open
andnnl wants to merge 2 commits into
Open
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.
修复内容
问题描述
命令输入框的占位提示文本(placeholder)在中文环境下显示为右对齐,与输入框中文本左对齐不一致。
修复方案
修复占位提示文本对齐问题
horizontal-alignment: left;属性搜索框占位提示文本支持国际化
@tr()国际化函数变更文件
ui/welcome.slint- 修复占位提示对齐 + 使用国际化lang/zh/LC_MESSAGES/meatshell.po- 添加中文翻译lang/en/LC_MESSAGES/meatshell.po- 添加英文翻译测试