Fix not enough room 4 translation of "Transparency" item in Style Configurator

Fix #16549, close #16555
This commit is contained in:
ArkadiuszMichalski 2025-05-16 15:24:43 +02:00 committed by Don Ho
parent da579eece9
commit 703e2e1726

View File

@ -696,6 +696,7 @@ void NativeLangSpeaker::changeConfigLang(HWND hDlg)
{
const wchar_t *nameW = wmc.char2wchar(name, _nativeLangEncoding);
::SetWindowText(hItem, nameW);
resizeCheckboxRadioBtn(hItem);
}
}
}