mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-26 05:59:08 +08:00
🎉 One Day List 1.0.7 released!
1.🐛Fixed: some bugs had been discovered! 2.✨Add: Now you can change your background to network image in main page!It will be very beautiful!
This commit is contained in:
@ -96,7 +96,7 @@ class _SynchronizeWidgetState extends State< SynchronizeWidget> {
|
||||
break;
|
||||
case SynFlag.synchronizing:
|
||||
return Container(
|
||||
width: 60,
|
||||
width: 200,
|
||||
height: 60,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
@ -117,7 +117,7 @@ class _SynchronizeWidgetState extends State< SynchronizeWidget> {
|
||||
break;
|
||||
case SynFlag.cloudSynchronizing:
|
||||
return Container(
|
||||
width: 60,
|
||||
width: 100,
|
||||
height: 60,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
Reference in New Issue
Block a user