mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-13 16:55:02 -04:00
UI: Set about dialog as non-resizable
This commit is contained in:
@@ -12,6 +12,8 @@ OBSAbout::OBSAbout(QWidget *parent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setFixedSize(size());
|
||||
|
||||
QString bitness;
|
||||
|
||||
if(sizeof(void*) == 4)
|
||||
|
||||
Reference in New Issue
Block a user