Skip to content

Commit 5a19313

Browse files
committed
added file tab size options
1 parent 1594d69 commit 5a19313

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.1": "messages/1.0.1.txt",
44
"1.0.2": "messages/1.0.2.txt",
55
"1.0.3": "messages/1.0.3.txt",
6-
"1.0.4": "messages/1.0.4.txt"
6+
"1.0.4": "messages/1.0.4.txt",
7+
"1.1.0": "messages/1.0.4.txt"
78
}

messages/1.1.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
1.1.0 adds two sizing options for your file tabs
2+
3+
In your preferences:
4+
5+
"tabs_small": true
6+
7+
OR
8+
9+
"tabs_medium": true

predawn.sublime-theme

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
"class": "tabset_control",
2121
"settings": ["mouse_wheel_switches_tabs"],
2222
"mouse_wheel_switch": false
23+
},
24+
{
25+
"class": "tabset_control",
26+
"settings": ["tabs_small"],
27+
"tab_height": 30
28+
},
29+
{
30+
"class": "tabset_control",
31+
"settings": ["tabs_medium"],
32+
"tab_height": 45
2333
},
2434
// Tab element
2535
{

0 commit comments

Comments
 (0)