Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/extensions/default/bramble/lib/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ define(function (require, exports, module) {
}
}

var firstPaneWidth = BrambleStartupState.ui("firstPaneWidth");
if(firstPaneWidth) {
$("#first-pane").width(firstPaneWidth);
}

var fontSize = BrambleStartupState.ui("fontSize");
if(fontSize && /\d+px/.test(fontSize)) {
ViewCommandHandlers.setFontSize(fontSize);
Expand Down