Skip to content

Commit

Permalink
Reduce initial divider position in PackageSearchPackagePanel
Browse files Browse the repository at this point in the history
(cherry picked from commit d9a4fac)
  • Loading branch information
lamba92 committed Dec 8, 2023
1 parent ce4a355 commit c519711
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fun PackageSearchPackagePanel(
if (isInfoPanelOpen) {
HorizontalSplitLayout(
modifier = it,
initialDividerPosition = 900.dp,
initialDividerPosition = 700.dp,
first = { PackageSearchCentralPanel(it, onLinkClick) },
second = { PackageSearchInfoPanel(it, onLinkClick, onPackageEvent) },
maxRatio = 0.8f
Expand Down

0 comments on commit c519711

Please sign in to comment.