Skip to content

Commit

Permalink
Increase sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Apr 24, 2024
1 parent 0efd00b commit 38110e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LDDC.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self) -> None:
self.setWindowTitle("LDDC")
self.resize(1050, 600)
self.setWindowIcon(QIcon(":/LDDC/img/icon/logo.png"))
self.set_sidebar_width(95)
self.set_sidebar_width(100)

self.search_widget = SearchWidget(self, threadpool)
self.local_match_widget = LocalMatchWidget(threadpool)
Expand Down

0 comments on commit 38110e7

Please sign in to comment.