mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 18:35:28 +03:00
update
This commit is contained in:
@@ -232,7 +232,7 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: LayoutBuilder(
|
child: LayoutBuilder(
|
||||||
builder: (lbCtx, constraints) {
|
builder: (lbCtx, constraints) {
|
||||||
const reservedBelow = 70.0;
|
const reservedBelow = 78.0;
|
||||||
final spectrumH =
|
final spectrumH =
|
||||||
(constraints.maxHeight - reservedBelow).clamp(
|
(constraints.maxHeight - reservedBelow).clamp(
|
||||||
40.0, double.infinity);
|
40.0, double.infinity);
|
||||||
@@ -253,12 +253,8 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
Padding(
|
SizedBox(
|
||||||
padding: const EdgeInsets.only(bottom: 6),
|
height: 36, //
|
||||||
child: ClipRRect(
|
|
||||||
borderRadius: BorderRadius.circular(6),
|
|
||||||
child: SizedBox(
|
|
||||||
height: 22,
|
|
||||||
child: ColorPickerSlider(
|
child: ColorPickerSlider(
|
||||||
TrackType.hue,
|
TrackType.hue,
|
||||||
currentHSV,
|
currentHSV,
|
||||||
@@ -266,8 +262,6 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
|
|||||||
displayThumbColor: true,
|
displayThumbColor: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
),
|
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
IgnorePointer(
|
IgnorePointer(
|
||||||
ignoring: isSolid,
|
ignoring: isSolid,
|
||||||
|
|||||||
Reference in New Issue
Block a user