Skip to content

Commit 90d24a1

Browse files
authored
Merge pull request #493 from b00ga/patch-1
Increase height of options dialogue in TCL gui
2 parents 6219d08 + 35b4c15 commit 90d24a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/plugins.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -672,11 +672,11 @@ proc popupCapabilityConfig { channel wlan model types values captions bmp possib
672672
pack $windowScroll -fill y -side right
673673
pack $windowCanvas -expand yes -fill both -side top
674674

675-
frame $windowCanvas.notebookFrame -width 700 -height 1200
675+
frame $windowCanvas.notebookFrame -width 700 -height 2400
676676
set notebookFrame $windowCanvas.notebookFrame
677677
pack $notebookFrame -fill both -expand yes -padx 5 -pady 5
678678

679-
ttk::notebook $notebookFrame.vals -width 690 -height 1200
679+
ttk::notebook $notebookFrame.vals -width 690 -height 2400
680680
set configNotebook $notebookFrame.vals
681681
ttk::notebook::enableTraversal $configNotebook
682682
pack $configNotebook -fill both -expand yes

0 commit comments

Comments
 (0)