From bae4f138c64aed5c17fb592ee10816e7250e2347 Mon Sep 17 00:00:00 2001 From: alessandro90 Date: Tue, 28 May 2019 19:58:06 +0200 Subject: [PATCH] Set a greater width for location list for high resolutions --- artemis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artemis.py b/artemis.py index f73b2c2..0e92e89 100644 --- a/artemis.py +++ b/artemis.py @@ -858,6 +858,7 @@ class Artemis(QMainWindow, Ui_MainWindow): self.mode_tree_widget.setMinimumWidth(500) self.modulation_list.setMinimumWidth(500) + self.locations_list.setMinimumWidth(500) self.audio_progress.setFixedHeight(20) self.volume.setStyleSheet("""