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,
|
||||
))
|
||||
Positioned(
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: Dimens.borderRadiusM,
|
||||
left: Dimens.grid8,
|
||||
right: Dimens.grid8,
|
||||
bottom: Dimens.grid16,
|
||||
child: CameraHistogram(controller: widget.controller!),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue