mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
fix cm permission icon overflow
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -472,11 +472,12 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
children: [
|
||||
Icon(
|
||||
Expanded(
|
||||
child: Icon(
|
||||
iconData,
|
||||
size: 30.0,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
Text(
|
||||
enabled ? "ON" : "OFF",
|
||||
textAlign: TextAlign.center,
|
||||
|
||||
Reference in New Issue
Block a user