mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-25 21:05:52 +08:00
tweaks (#1826)
* opt: dataStatus * tweaks * opt: ui * update Signed-off-by: dom <githubaccount56556@proton.me> --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
32386bf146
commit
7ab2cf973f
@@ -43,7 +43,13 @@ class _RankPageState extends State<RankPage>
|
||||
);
|
||||
}
|
||||
|
||||
static const double _tabHeight = 35.0;
|
||||
@override
|
||||
void didChangeDependencies() {
|
||||
super.didChangeDependencies();
|
||||
_tabHeight = MediaQuery.textScalerOf(context).scale(21) + 14;
|
||||
}
|
||||
|
||||
late double _tabHeight;
|
||||
|
||||
Widget _buildTab(ThemeData theme) {
|
||||
return SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user