mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-15 17:21:02 +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
0ae6e3c02f
commit
7cf53a0fa9
@@ -170,7 +170,7 @@ class _MobileCustomScaleControlsState extends State<MobileCustomScaleControls> {
|
||||
children: [
|
||||
Text(
|
||||
'${translate("Scale custom")}: $_value%',
|
||||
style: TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||
),
|
||||
SizedBox(height: 8),
|
||||
Row(
|
||||
|
||||
Reference in New Issue
Block a user