diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 13:43:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 13:43:23 +0100 |
commit | ba25e41d49fd5e9f46840d0b876df21ad5f583db (patch) | |
tree | 2ce4401b3dd9f5ee5c32ae28cfb40c89e83bd8fa /video-ps3eye/module.cpp | |
parent | d3763b0053284154bcceadbd2d1d8fe171adc4cf (diff) |
video/ps3eye: set correct dialog fixed size
Diffstat (limited to 'video-ps3eye/module.cpp')
-rw-r--r-- | video-ps3eye/module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video-ps3eye/module.cpp b/video-ps3eye/module.cpp index a234a3aa..28283e6b 100644 --- a/video-ps3eye/module.cpp +++ b/video-ps3eye/module.cpp @@ -257,6 +257,7 @@ OTR_REGISTER_CAMERA(ps3eye_camera_) dialog::dialog(QWidget* parent) : QWidget(parent) { ui.setupUi(this); + adjustSize(); setFixedSize(size()); setAttribute(Qt::WA_DeleteOnClose); t.setInterval(500); t.setSingleShot(true); |