Graphics update
This commit is contained in:
@@ -69,7 +69,6 @@ class _SplashScreenState extends BaseState<SplashScreen> {
|
||||
return new Center(
|
||||
child: new Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
|
||||
new Image.asset(Resources.getLogo(app), height: 112.0, width: 252.0),
|
||||
new Image.asset(splash_text_png, height: 40.0, width: 240.0)
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user