mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-19 11:11:04 +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
87f4ce98d2
commit
9e60bb7bc6
@@ -177,7 +177,7 @@ class _MobileCustomScaleControlsState extends State<MobileCustomScaleControls> {
|
||||
children: [
|
||||
IconButton(
|
||||
iconSize: 20,
|
||||
padding: EdgeInsets.all(4),
|
||||
padding: const EdgeInsets.all(4),
|
||||
constraints: smallBtnConstraints,
|
||||
icon: const Icon(Icons.remove),
|
||||
tooltip: translate('Decrease'),
|
||||
|
||||
Reference in New Issue
Block a user