mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 09:51:29 +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: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'${translate("Scale custom")}: $_value%',
|
'${translate("Scale custom")}: $_value%',
|
||||||
style: TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||||
),
|
),
|
||||||
SizedBox(height: 8),
|
SizedBox(height: 8),
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user