opt: DesktopTab tabs handle mouse wheel, add maxLabelWidth constraint, update cm

This commit is contained in:
csf
2022-10-20 23:10:26 +09:00
parent afa94d5907
commit 94c8b117ef
2 changed files with 94 additions and 56 deletions

View File

@@ -124,6 +124,7 @@ class ConnectionManagerState extends State<ConnectionManager> {
showMinimize: true,
showClose: true,
controller: serverModel.tabController,
maxLabelWidth: 100,
pageViewBuilder: (pageView) => Row(children: [
Expanded(child: pageView),
Consumer<ChatModel>(