Adjust row height in backup manager.
This commit is contained in:
		@@ -178,7 +178,7 @@ void BackupManagerForm::loadBackupListing(int index)
 | 
			
		||||
        item->setItemInfo(game_name, size);
 | 
			
		||||
        item->setItemIcon(QDir(parent_path).absoluteFilePath(sys_dir ? "icon0.png" : "ICON0.PNG"), img_width);
 | 
			
		||||
        item->setDirectory(obj->path + QDir::separator() + meta->name);
 | 
			
		||||
        item->resize(646, 60);
 | 
			
		||||
        item->resize(646, 70);
 | 
			
		||||
 | 
			
		||||
        item_list << item;
 | 
			
		||||
        meta = meta->next_metadata;
 | 
			
		||||
@@ -194,7 +194,7 @@ void BackupManagerForm::loadBackupListing(int index)
 | 
			
		||||
    for(it = item_list.begin(), row = 0; it != item_list.end(); ++it, ++row) {
 | 
			
		||||
        (*it)->row = row;
 | 
			
		||||
        ui->tableWidget->setCellWidget(row, 0, *it);
 | 
			
		||||
        vert_header->resizeSection(row, 60);
 | 
			
		||||
        vert_header->resizeSection(row, 70);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    vert_header->setUpdatesEnabled(true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user