mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 06:01:26 +03:00
Unify Input. Remove hardcoded style (change id)
This commit is contained in:
@@ -106,7 +106,6 @@ void changeIdDialog() {
|
|||||||
TextField(
|
TextField(
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: translate('Your new ID'),
|
labelText: translate('Your new ID'),
|
||||||
border: isDesktop ? const OutlineInputBorder() : null,
|
|
||||||
errorText: msg.isEmpty ? null : translate(msg),
|
errorText: msg.isEmpty ? null : translate(msg),
|
||||||
suffixText: '${rxId.value.length}/16',
|
suffixText: '${rxId.value.length}/16',
|
||||||
suffixStyle: const TextStyle(fontSize: 12, color: Colors.grey)),
|
suffixStyle: const TextStyle(fontSize: 12, color: Colors.grey)),
|
||||||
|
|||||||
Reference in New Issue
Block a user