mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
Restore line that was commented out in previous commit
That change was unwanted.
This commit is contained in:
@@ -661,7 +661,7 @@ void EditDialog::editTextChanged()
|
||||
dataLength = sciEdit->text().length();
|
||||
break;
|
||||
}
|
||||
// ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
|
||||
ui->labelType->setText(tr("Type of data currently in cell: Text / Numeric"));
|
||||
ui->labelSize->setText(tr("%n char(s)", "", dataLength));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user