TouchPad mode -> Mouse mode
This commit is contained in:
parent
320d259e94
commit
38b74be48b
@ -82,7 +82,7 @@ class _GestureHelpState extends State<GestureHelp> {
|
|||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
iconSize: 18,
|
iconSize: 18,
|
||||||
labels: [translate("TouchPad mode"), translate("Touch mode")],
|
labels: [translate("Mouse mode"), translate("Touch mode")],
|
||||||
icons: [Icons.mouse, Icons.touch_app],
|
icons: [Icons.mouse, Icons.touch_app],
|
||||||
onToggle: (index) {
|
onToggle: (index) {
|
||||||
setState(() {
|
setState(() {
|
||||||
@ -197,7 +197,7 @@ class GestureInfo extends StatelessWidget {
|
|||||||
SizedBox(height: 6),
|
SizedBox(height: 6),
|
||||||
Text(fromText,
|
Text(fromText,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(fontSize: 10, color: Colors.grey)),
|
style: TextStyle(fontSize: 9, color: Colors.grey)),
|
||||||
SizedBox(height: 3),
|
SizedBox(height: 3),
|
||||||
Text(toText,
|
Text(toText,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user