UI: Set about dialog as non-resizable

master
cg2121 2018-09-08 13:24:41 -05:00
parent 78d940e0f4
commit 79aaa32ba2
1 changed files with 2 additions and 0 deletions

View File

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