mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
mod: 调大底部控制条按钮
This commit is contained in:
@@ -177,7 +177,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
|||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: const Icon(
|
child: const Icon(
|
||||||
Icons.closed_caption_off_outlined,
|
Icons.closed_caption_off_outlined,
|
||||||
size: 19,
|
size: 22,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
semanticLabel: '字幕',
|
semanticLabel: '字幕',
|
||||||
),
|
),
|
||||||
@@ -229,7 +229,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
|||||||
_.isFullScreen.value
|
_.isFullScreen.value
|
||||||
? Icons.fullscreen_exit
|
? Icons.fullscreen_exit
|
||||||
: Icons.fullscreen,
|
: Icons.fullscreen,
|
||||||
size: 19,
|
size: 24,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
fuc: () =>
|
fuc: () =>
|
||||||
|
|||||||
Reference in New Issue
Block a user