Skip to content

Commit d8e6f4f

Browse files
committed
Make default panel size a bit smaller
1 parent 301b04e commit d8e6f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const log = console.log
2-
const DEFAULT_PANEL_HEIGHT = '25rem'
2+
const DEFAULT_PANEL_HEIGHT = '15rem'
33

44
function resizeEditor(state) {
55
const el = state.cache(AceEditor, 'editor').element

0 commit comments

Comments
 (0)