mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 15:31:30 +03:00
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9e60bb7bc6
commit
91efbbf1c1
@@ -186,7 +186,7 @@ class _MobileCustomScaleControlsState extends State<MobileCustomScaleControls> {
|
|||||||
Expanded(child: sliderControl),
|
Expanded(child: sliderControl),
|
||||||
IconButton(
|
IconButton(
|
||||||
iconSize: 20,
|
iconSize: 20,
|
||||||
padding: EdgeInsets.all(4),
|
padding: const EdgeInsets.all(4),
|
||||||
constraints: smallBtnConstraints,
|
constraints: smallBtnConstraints,
|
||||||
icon: const Icon(Icons.add),
|
icon: const Icon(Icons.add),
|
||||||
tooltip: translate('Increase'),
|
tooltip: translate('Increase'),
|
||||||
|
|||||||
Reference in New Issue
Block a user