Skip to content

Commit

Permalink
preferences: restore skin size warning string
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Feb 12, 2024
1 parent 81066fd commit e47aa0c
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 e47aa0c

Please sign in to comment.