Skip to content

Commit

Permalink
fix default panel size
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 1, 2024
1 parent 218085d commit ebc05fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
**Fixed**

- Electron log
- Electron reloader
- Default panel size

## 0.2.2 (2024-03-01)

Expand Down
2 changes: 2 additions & 0 deletions src/renderer/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
[:> Panel
{:id "tree-panel"
:class "flex flex-col"
:defaultSize 5
:style {:min-width "230px"}}
[doc/actions]
[tree/root]]
Expand Down Expand Up @@ -168,6 +169,7 @@
[:> Panel
{:id "properties-panel"
:order 2
:defaultSize 5
:style {:min-width "320px"}}
[attr/form]]])
[toolbar.object/root]]]]]
Expand Down

0 comments on commit ebc05fc

Please sign in to comment.