Skip to content

Commit

Permalink
Tweaked collapsible panel demo to use static units for more precise l…
Browse files Browse the repository at this point in the history
…ayout
  • Loading branch information
bvaughn committed Aug 10, 2023
1 parent 40713da commit e0b1690
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ function Content() {
</div>
<Panel
className={sharedStyles.PanelColumn}
collapsedSize={4}
collapsedSize={36}
collapsible={true}
defaultSize={20}
maxSize={25}
minSize={10}
defaultSize={150}
maxSize={150}
minSize={60}
onCollapse={toggleCollapsed}
units="static"
>
<div className={styles.FileList}>
<div className={styles.DirectoryEntry}>
Expand Down

0 comments on commit e0b1690

Please sign in to comment.