Projects STRLCPY agartha Commits 783d5594
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 824 lines
    825 825   self._tabAuthPanel.setBorder(EmptyBorder(10, 10, 10, 10))
    826 826   self._tabAuthPanel.setTopComponent(_tabAuthPanel1)
    827 827   self._tabAuthPanel.setBottomComponent(_tabAuthPanel2)
     828 + self._tabAuthPanel.setResizeWeight(0.25)
    828 829   
    829 830   # panel bottom
    830 831   _tabsReqRes = JTabbedPane()
    skipped 6 lines
    837 838   self._tabAuthSplitpane = JSplitPane(JSplitPane.VERTICAL_SPLIT)
    838 839   self._tabAuthSplitpane.setTopComponent(self._tabAuthPanel)
    839 840   self._tabAuthSplitpane.setBottomComponent(_tabsReqRes)
     841 + self._tabAuthSplitpane.setResizeWeight(0.7)
    840 842   
    841 843   def _tabHelpUI(self):
    842 844   self._tabHelpJPanel = JPanel(BorderLayout())
    skipped 336 lines
Please wait...
Page is in error, reload to recover