Skip to content

Commit 554081f

Browse files
authored
update page.dart
Fix problem padding top in title of pageViews.
1 parent c16eb24 commit 554081f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/UI/page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class _TitlePageTransform extends StatelessWidget {
188188
new Matrix4.translationValues(0.0, 30.0 * (1 - percentVisible), 0.0),
189189
child: new Padding(
190190
padding: new EdgeInsets.only(
191-
top: 60.0,
191+
top: 5.0,
192192
bottom: 30.0,
193193
left: 10.0,
194194
right: 10.0,

0 commit comments

Comments
 (0)