viewer: narrower side tap area
This commit is contained in:
parent
9816cc15b3
commit
3ccce6a529
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ class _EntryPageViewState extends State<EntryPageView> with TickerProviderStateM
|
||||||
double? _getSideRatio() {
|
double? _getSideRatio() {
|
||||||
if (!mounted) return null;
|
if (!mounted) return null;
|
||||||
final isPortrait = MediaQuery.orientationOf(context) == Orientation.portrait;
|
final isPortrait = MediaQuery.orientationOf(context) == Orientation.portrait;
|
||||||
return isPortrait ? 1 / 5 : 1 / 8;
|
return isPortrait ? 1 / 6 : 1 / 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
static ScaleState _vectorScaleStateCycle(ScaleState actual) {
|
static ScaleState _vectorScaleStateCycle(ScaleState actual) {
|
||||||
|
|
Loading…
Reference in a new issue