mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
fix: unfold constants
This commit is contained in:
parent
1bcf2c92b4
commit
ebc28fb831
@ -114,7 +114,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
||||
CodeTimerProgress(
|
||||
period: widget.code.period,
|
||||
),
|
||||
const SizedBox(height: 16 + 12),
|
||||
const SizedBox(height: 28),
|
||||
Row(
|
||||
children: [
|
||||
_shouldShowLargeIcon ? _getIcon() : const SizedBox.shrink(),
|
||||
@ -129,9 +129,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
||||
),
|
||||
],
|
||||
),
|
||||
const SizedBox(
|
||||
height: 20 + 12,
|
||||
),
|
||||
const SizedBox(height: 32),
|
||||
],
|
||||
),
|
||||
if (widget.code.isPinned) ...[
|
||||
|
Loading…
x
Reference in New Issue
Block a user