diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-04-22 12:21:28 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-04-22 12:21:28 -0600 |
| commit | 91101126e9d044adb8afa635cca1ab5d5a4c51a6 (patch) | |
| tree | 5e8a5de10751e82e76092e37760cc984346f7eb7 /ui/add_device_dialog.py | |
| parent | 38ba9706e43c24a9d882b9d0d627812e01a30744 (diff) | |
Fixed saving profile to include devices and their configuration
Diffstat (limited to 'ui/add_device_dialog.py')
| -rw-r--r-- | ui/add_device_dialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/add_device_dialog.py b/ui/add_device_dialog.py index 50f234d..7e8e935 100644 --- a/ui/add_device_dialog.py +++ b/ui/add_device_dialog.py @@ -401,7 +401,7 @@ class AddDeviceDialog(QDialog): self.created_device = None self.setWindowTitle("Add Device") self.setMinimumSize(480, 460) - self.resize(500, 520) + self.resize(500, 600) self._build() def _build(self): |
