UI: Set about dialog as non-resizable

This commit is contained in:
cg2121 2018-09-08 13:24:41 -05:00
parent 78d940e0f4
commit 79aaa32ba2

View File

@ -12,6 +12,8 @@ OBSAbout::OBSAbout(QWidget *parent)
{
ui->setupUi(this);
setFixedSize(size());
QString bitness;
if(sizeof(void*) == 4)