mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Updated price zone height
This commit is contained in:
parent
dee2dd480a
commit
b9215588b9
@ -173,7 +173,7 @@ class _MarkerInfoWidget extends State<MarkerViewWidget> {
|
||||
child: Column(
|
||||
children: [
|
||||
Container(
|
||||
height: isPointPrice && selectedPoint.prices!.firstWhere((d) => d.language == language).value!.length > breakPointPrice ? size.height * 0.45 : size.height * 0.7,
|
||||
height: isPointPrice && selectedPoint.prices!.firstWhere((d) => d.language == language).value!.length > breakPointPrice ? size.height * 0.50 : size.height * 0.7,
|
||||
width: size.width * 0.38,
|
||||
decoration: BoxDecoration(
|
||||
color: kBackgroundLight,
|
||||
@ -210,7 +210,7 @@ class _MarkerInfoWidget extends State<MarkerViewWidget> {
|
||||
),
|
||||
if(isPointPrice && selectedPoint.prices!.firstWhere((d) => d.language == language).value!.length > breakPointPrice)
|
||||
Container(
|
||||
height: size.height * 0.25,
|
||||
height: size.height * 0.20,
|
||||
width: size.width * 0.38,
|
||||
decoration: BoxDecoration(
|
||||
color: kBackgroundLight,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user