Skip to content

Commit 7e34dd3

Browse files
committed
[#52] Increased size of resize areas.
1 parent 7558507 commit 7e34dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clj/lab/core/main.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ inserting a fixed first parameter, which is the app."
481481
:caret-color 0xFFFFFF}
482482
:panel {:background 0x666666
483483
:layout :border}
484-
:split {:divider-size 2
484+
:split {:divider-size 5
485485
:background 0x666666
486486
:divider-background 0x666666}
487487
:tabs {:selected-tab-style {:border [:line 0x99FFFF [0 0 2 0]]}
@@ -490,7 +490,7 @@ inserting a fixed first parameter, which is the app."
490490
; a :split are drawn with a white line on top
491491
:padding [-2 0 0 0]}
492492
[:#nrepl :split]
493-
{:divider-size 2
493+
{:divider-size 5
494494
:divider-background 0x99FFFF}])
495495

496496
(defn app-view [title]

0 commit comments

Comments
 (0)