Skip to content

Commit

Permalink
Adjust panel initial size
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Dec 18, 2019
1 parent fc73ea6 commit 97f3892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BookmarkTab.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class BookmarksPanel(private val callbacks: IBurpExtenderCallbacks) {

panel.topComponent = bookmarksOptSplit
panel.bottomComponent = repeatReqSplit
panel.resizeWeight = 0.5
callbacks.customizeUiComponent(panel)
}

Expand Down

0 comments on commit 97f3892

Please sign in to comment.