We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7558507 commit 7e34dd3Copy full SHA for 7e34dd3
src/clj/lab/core/main.clj
@@ -481,7 +481,7 @@ inserting a fixed first parameter, which is the app."
481
:caret-color 0xFFFFFF}
482
:panel {:background 0x666666
483
:layout :border}
484
- :split {:divider-size 2
+ :split {:divider-size 5
485
:background 0x666666
486
:divider-background 0x666666}
487
:tabs {:selected-tab-style {:border [:line 0x99FFFF [0 0 2 0]]}
@@ -490,7 +490,7 @@ inserting a fixed first parameter, which is the app."
490
; a :split are drawn with a white line on top
491
:padding [-2 0 0 0]}
492
[:#nrepl :split]
493
- {:divider-size 2
+ {:divider-size 5
494
:divider-background 0x99FFFF}])
495
496
(defn app-view [title]
0 commit comments