resize: Freely adjustable in size.

This commit is contained in:
2025-06-20 14:58:47 +08:00
parent de443ed5b2
commit e1e0d9a3b5
4 changed files with 43 additions and 2 deletions

View File

@@ -166,5 +166,5 @@ void Connecter::InitControl()
remoteCall_(name);
});
setMaximumSize(300, 300);
setMaximumWidth(300);
}