From 79aaa32ba2517fadb98841a6262fc9f53e4584c3 Mon Sep 17 00:00:00 2001 From: cg2121 Date: Sat, 8 Sep 2018 13:24:41 -0500 Subject: [PATCH] UI: Set about dialog as non-resizable --- UI/window-basic-about.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/window-basic-about.cpp b/UI/window-basic-about.cpp index 24a10e4d9..e07fe1b6a 100644 --- a/UI/window-basic-about.cpp +++ b/UI/window-basic-about.cpp @@ -12,6 +12,8 @@ OBSAbout::OBSAbout(QWidget *parent) { ui->setupUi(this); + setFixedSize(size()); + QString bitness; if(sizeof(void*) == 4)