From 38b74be48ba5eede8f06fcef260c2a5e588eda34 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 8 Apr 2022 16:57:47 +0800 Subject: [PATCH] TouchPad mode -> Mouse mode --- lib/widgets/gesture_help.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/widgets/gesture_help.dart b/lib/widgets/gesture_help.dart index 77e0ce1ff..b2a2141c5 100644 --- a/lib/widgets/gesture_help.dart +++ b/lib/widgets/gesture_help.dart @@ -82,7 +82,7 @@ class _GestureHelpState extends State { minWidth: 150, fontSize: 15, iconSize: 18, - labels: [translate("TouchPad mode"), translate("Touch mode")], + labels: [translate("Mouse mode"), translate("Touch mode")], icons: [Icons.mouse, Icons.touch_app], onToggle: (index) { setState(() { @@ -197,7 +197,7 @@ class GestureInfo extends StatelessWidget { SizedBox(height: 6), Text(fromText, textAlign: TextAlign.center, - style: TextStyle(fontSize: 10, color: Colors.grey)), + style: TextStyle(fontSize: 9, color: Colors.grey)), SizedBox(height: 3), Text(toText, textAlign: TextAlign.center,