pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 134 forks source link

fix: use container to fix expansion of tab #101

Closed shreyas1599 closed 3 years ago

shreyas1599 commented 3 years ago

Fixes #95

I initially made the suggestion to change the padding to 12 from 10, but that didn't work when I tried it on the iPad. Changing to a container with a fixed width did the trick.

pd4d10 commented 3 years ago

Hi, @shreyas1599 , I've pushed an extra commit to make it ready to merge. Feel free to ping me if there are other problems.

shreyas1599 commented 3 years ago

Hi, @pd4d10 sorry for the late reply. I understood my mistake. My mistake was that I put Row > Expanded under CupertinoSlidingSegmentedControl.