Skip to content

Commit

Permalink
rm minSizes
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 9, 2024
1 parent 4c2eaa7 commit 02a2b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/desktop/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ class _DesktopHomePageState extends State<DesktopHomePage> {
children: [
const ResizableChild(
size: ResizableSize.ratio(0.2),
minSize: 200,
child: SidePanelNavigator(),
),
ResizableChild(
size: const ResizableSize.ratio(0.8),
minSize: 800,
child: buildHomePanel(),
),
]
Expand Down

0 comments on commit 02a2b55

Please sign in to comment.