Browse Source

UI: Set about dialog as non-resizable

cg2121 7 years ago
parent
commit
79aaa32ba2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UI/window-basic-about.cpp

+ 2 - 0
UI/window-basic-about.cpp

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