Skip to content

Commit

Permalink
Fix Crane search bar margin (flutter#350)
Browse files Browse the repository at this point in the history
Former-commit-id: 898a2f7
  • Loading branch information
guidezpl authored Mar 5, 2020
1 parent e1696a7 commit 1f0f92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/studies/crane/backdrop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ class _BackdropState extends State<Backdrop> with TickerProviderStateMixin {
margin: EdgeInsets.only(
top: isDesktop
? (isDisplaySmallDesktop(context)
? textFieldHeight * 2
: textFieldHeight) +
? textFieldHeight * 3
: textFieldHeight * 2) +
20 * textScaleFactor / 2
: 175 + 140 * textScaleFactor / 2,
),
Expand Down

0 comments on commit 1f0f92c

Please sign in to comment.