Changed weird click bug when <br> is used instead of \n
This commit is contained in:
parent
33359448c5
commit
85980c257a
4 changed files with 59 additions and 45 deletions
|
|
@ -54,8 +54,8 @@ SavegameWidget::SavegameWidget(QWidget *parent) :
|
|||
highlightBackColor = palette.highlight().color();
|
||||
highlightTextColor = palette.highlightedText().color();
|
||||
|
||||
labelAutosaveStr = tr("AUTOSAVE - %1<br>%2");
|
||||
labelSaveStr = tr("SAVE %3 - %1<br>%2");
|
||||
labelAutosaveStr = tr("AUTOSAVE - %1\n%2");
|
||||
labelSaveStr = tr("SAVE %3 - %1\n%2");
|
||||
sgdPath = "";
|
||||
sgdStr = "";
|
||||
sgdata = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue