Skip to content

Commit 7b02154

Browse files
committed
Increase maximum width of the tab widget in the main window to improve layout
1 parent 0c32312 commit 7b02154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datalab/gui/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def __add_signal_image_panels(self) -> None:
10741074

10751075
def __setup_central_widget(self) -> None:
10761076
"""Setup central widget (main panel)"""
1077-
self.tabwidget.setMaximumWidth(500)
1077+
self.tabwidget.setMaximumWidth(600)
10781078
self.tabwidget.addTab(
10791079
self.signalpanel, get_icon("signal.svg"), _("Signal Panel")
10801080
)

0 commit comments

Comments
 (0)