fixed rebase PEI files with nonstandard alignment

This commit is contained in:
Alex Matrosov 2018-02-25 15:40:14 -08:00
parent 341ee144f9
commit ea5ae2f2c8
3 changed files with 19 additions and 7 deletions

View file

@ -17,7 +17,7 @@
UEFITool::UEFITool(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::UEFITool),
version(tr("0.22.3"))
version(tr("0.22.4"))
{
clipboard = QApplication::clipboard();