mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 23:41:29 +03:00
fix mobile UI overflowed
This commit is contained in:
@@ -659,7 +659,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
more.add(PopupMenuItem<String>(
|
||||
child: Row(
|
||||
children: ([
|
||||
Container(width: 100.0, child: Text(translate('OS Password'))),
|
||||
Text(translate('OS Password')),
|
||||
TextButton(
|
||||
style: flatButtonStyle,
|
||||
onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user