Хранилища Subversion OpenInventory

Сравнить редакции

Не учитывать пробелы Редакция 193 → Редакция 194

/trunk/DBViewer/iconform.cpp
37,6 → 37,7
 
if (fileName.isEmpty()) return;
Pixmap.load(fileName);
if (Pixmap.height() > 128) Pixmap = Pixmap.scaledToHeight(128);
 
ui->label->setPixmap(Pixmap);
IconForm::fdataIsChanged = true;