We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6219d08 + 35b4c15 commit 90d24a1Copy full SHA for 90d24a1
gui/plugins.tcl
@@ -672,11 +672,11 @@ proc popupCapabilityConfig { channel wlan model types values captions bmp possib
672
pack $windowScroll -fill y -side right
673
pack $windowCanvas -expand yes -fill both -side top
674
675
- frame $windowCanvas.notebookFrame -width 700 -height 1200
+ frame $windowCanvas.notebookFrame -width 700 -height 2400
676
set notebookFrame $windowCanvas.notebookFrame
677
pack $notebookFrame -fill both -expand yes -padx 5 -pady 5
678
679
- ttk::notebook $notebookFrame.vals -width 690 -height 1200
+ ttk::notebook $notebookFrame.vals -width 690 -height 2400
680
set configNotebook $notebookFrame.vals
681
ttk::notebook::enableTraversal $configNotebook
682
pack $configNotebook -fill both -expand yes
0 commit comments