Skip to content

Commit

Permalink
added file tab size options
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiewilson committed Mar 5, 2014
1 parent 1594d69 commit 5a19313
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "messages/1.0.1.txt",
"1.0.2": "messages/1.0.2.txt",
"1.0.3": "messages/1.0.3.txt",
"1.0.4": "messages/1.0.4.txt"
"1.0.4": "messages/1.0.4.txt",
"1.1.0": "messages/1.0.4.txt"
}
9 changes: 9 additions & 0 deletions messages/1.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1.1.0 adds two sizing options for your file tabs

In your preferences:

"tabs_small": true

OR

"tabs_medium": true
10 changes: 10 additions & 0 deletions predawn.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"class": "tabset_control",
"settings": ["mouse_wheel_switches_tabs"],
"mouse_wheel_switch": false
},
{
"class": "tabset_control",
"settings": ["tabs_small"],
"tab_height": 30
},
{
"class": "tabset_control",
"settings": ["tabs_medium"],
"tab_height": 45
},
// Tab element
{
Expand Down

0 comments on commit 5a19313

Please sign in to comment.