mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 10:25:28 +03:00
update
This commit is contained in:
@@ -85,7 +85,7 @@ class _AccountEditorOverlayState extends State<AccountEditorOverlay> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final mq = MediaQuery.of(widget.context);
|
final mq = MediaQuery.of(widget.context);
|
||||||
final cardTop = mq.padding.top + kToolbarHeight + 16;
|
final cardTop = mq.padding.top + kToolbarHeight + 16;
|
||||||
const cardHeight = 220.0;
|
const cardHeight = 230.0;
|
||||||
const editorPanelHeight = 102.0;
|
const editorPanelHeight = 102.0;
|
||||||
final editorPanelTop = cardTop + cardHeight + 20;
|
final editorPanelTop = cardTop + cardHeight + 20;
|
||||||
final colorPanelTop = editorPanelTop + editorPanelHeight + 12;
|
final colorPanelTop = editorPanelTop + editorPanelHeight + 12;
|
||||||
@@ -202,9 +202,7 @@ class _AccountEditorOverlayState extends State<AccountEditorOverlay> {
|
|||||||
widthFactor: 0.92,
|
widthFactor: 0.92,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: cardHeight,
|
height: cardHeight,
|
||||||
child: Align(
|
child: Padding(
|
||||||
alignment: Alignment.topCenter,
|
|
||||||
child: Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||||
child: BalanceCard(
|
child: BalanceCard(
|
||||||
balance: previewBalance,
|
balance: previewBalance,
|
||||||
@@ -224,7 +222,6 @@ class _AccountEditorOverlayState extends State<AccountEditorOverlay> {
|
|||||||
: dash.tempLightGradientType,
|
: dash.tempLightGradientType,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user