mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 08:53:20 +03:00
opt: move the resize area out of the flutter view
This commit is contained in:
@@ -210,6 +210,8 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
: Obx(() => SubWindowDragToResizeArea(
|
||||
key: contentKey,
|
||||
child: tabWidget,
|
||||
// Specially configured for a better resize area and remote control.
|
||||
childPadding: kDragToResizeAreaPadding,
|
||||
resizeEdgeSize: stateGlobal.resizeEdgeSize.value,
|
||||
windowId: stateGlobal.windowId,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user