Skip to content

Commit

Permalink
use a more sensible size for the first column
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 11, 2024
1 parent 4f83149 commit 22c1a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asammdf/gui/widgets/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ def __init__(
self.clear_channels_btn.clicked.connect(self.clear_channels)
self.select_all_btn.clicked.connect(self.select_all_channels)

self.info.setColumnWidth(0, 200)

self.aspects.setCurrentIndex(0)

self.aspects.currentChanged.connect(self.aspect_changed)
Expand Down

0 comments on commit 22c1a72

Please sign in to comment.