Merge pull request #493 from b00ga/patch-1
Increase height of options dialogue in TCL gui
This commit is contained in:
commit
90d24a1094
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue