Merge pull request #4500 from 21pages/fix_cm_overflow

fix cm permission icon overflow
This commit is contained in:
RustDesk
2023-05-29 16:18:29 +08:00
committed by GitHub

View File

@@ -472,10 +472,11 @@ class _PrivilegeBoardState extends State<_PrivilegeBoard> {
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround, mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [ children: [
Icon( Expanded(
iconData, child: Icon(
size: 30.0, iconData,
color: Colors.white, color: Colors.white,
),
), ),
Text( Text(
enabled ? "ON" : "OFF", enabled ? "ON" : "OFF",