Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

settings: set height of desctext to 2/10

Since f889aa9fd7c7, the height of settings page stack isn't fixed at startup.

Changeset 33509cc2f440

Parent f889aa9fd7c7

by Yuya Nishihara

Changes to one file · Browse files at 33509cc2f440 Showing diff from parent f889aa9fd7c7 Diff from another changeset...

 
818
819
820
821
 
822
823
824
 
832
833
834
835
 
836
837
838
 
818
819
820
 
821
822
823
824
 
832
833
834
 
835
836
837
838
@@ -818,7 +818,7 @@
  tophbox.addWidget(reload)     bothbox = QHBoxLayout() - layout.addLayout(bothbox) + layout.addLayout(bothbox, stretch=8)   pageList = QListWidget()   pageList.setResizeMode(QListView.Fixed)   stack = QStackedWidget() @@ -832,7 +832,7 @@
    desctext = QTextBrowser()   desctext.setOpenExternalLinks(True) - layout.addWidget(desctext) + layout.addWidget(desctext, stretch=2)   self.desctext = desctext     self.settings = QSettings()