mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-03-28 04:17:23 +08:00
[chore] adjust file transfer save path button pos
This commit is contained in:
@@ -365,7 +365,7 @@ int Render::SettingWindow() {
|
|||||||
.c_str());
|
.c_str());
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (ConfigCenter::LANGUAGE::CHINESE == localization_language_) {
|
if (ConfigCenter::LANGUAGE::CHINESE == localization_language_) {
|
||||||
ImGui::SetCursorPosX(title_bar_button_width_ * 2.8f);
|
ImGui::SetCursorPosX(title_bar_button_width_ * 2.82f);
|
||||||
} else {
|
} else {
|
||||||
ImGui::SetCursorPosX(title_bar_button_width_ * 4.3f);
|
ImGui::SetCursorPosX(title_bar_button_width_ * 4.3f);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user