mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
Adjusted histogram paddings
This commit is contained in:
parent
927929a8b0
commit
669457bd4f
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ class _CameraPreviewState extends State<CameraPreview> {
|
||||||
MeteringScreenLayoutFeature.histogram,
|
MeteringScreenLayoutFeature.histogram,
|
||||||
))
|
))
|
||||||
Positioned(
|
Positioned(
|
||||||
left: 0,
|
left: Dimens.grid8,
|
||||||
right: 0,
|
right: Dimens.grid8,
|
||||||
bottom: Dimens.borderRadiusM,
|
bottom: Dimens.grid16,
|
||||||
child: CameraHistogram(controller: widget.controller!),
|
child: CameraHistogram(controller: widget.controller!),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue