Merge pull request #493 from b00ga/patch-1

Increase height of options dialogue in TCL gui
This commit is contained in:
bharnden 2020-07-16 13:37:22 -07:00 committed by GitHub
commit 90d24a1094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -672,11 +672,11 @@ proc popupCapabilityConfig { channel wlan model types values captions bmp possib
pack $windowScroll -fill y -side right
pack $windowCanvas -expand yes -fill both -side top
frame $windowCanvas.notebookFrame -width 700 -height 1200
frame $windowCanvas.notebookFrame -width 700 -height 2400
set notebookFrame $windowCanvas.notebookFrame
pack $notebookFrame -fill both -expand yes -padx 5 -pady 5
ttk::notebook $notebookFrame.vals -width 690 -height 1200
ttk::notebook $notebookFrame.vals -width 690 -height 2400
set configNotebook $notebookFrame.vals
ttk::notebook::enableTraversal $configNotebook
pack $configNotebook -fill both -expand yes