Skip to content

Commit

Permalink
Merge pull request #12797 from ronso0/pref-interface-skin-warning
Browse files Browse the repository at this point in the history
Preferences: restore skin size warning string
  • Loading branch information
ywwg authored Feb 12, 2024
2 parents b61811c + e47aa0c commit 64641fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/preferences/dialog/dlgprefinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ DlgPrefInterface::DlgPrefInterface(

if (pSkinLoader) {
// Skin configurations
warningLabel->setText(kWarningIconHtmlString);
warningLabel->setText(kWarningIconHtmlString +
tr("The minimum size of the selected skin is bigger than your "
"screen resolution."));

ComboBoxSkinconf->clear();
skinPreviewLabel->setText("");
Expand Down

0 comments on commit 64641fa

Please sign in to comment.