Skip to content

Commit 8d9fee2

Browse files
committed
PAINTROID-454: Flutter: Add Layers
1 parent 9fd12e1 commit 8d9fee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ui/pages/workspace_page/components/layers_panel/layers_panel.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class _LayersPanelState extends ConsumerState<LayersPanel> {
5050
final topPadding = mediaQuery.padding.top;
5151
final bottomPadding = mediaQuery.padding.bottom;
5252

53-
// Account for app bar (~56) and bottom nav bar (~64) plus some spacing
5453
const appBarHeight = 56.0;
5554
const bottomNavBarHeight = 64.0;
5655
const verticalSpacing = 16.0;

0 commit comments

Comments
 (0)