X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=ce854bb24abae60789953d331a976815b5d48d10;hb=699476ac2d788ecb8bad9c78b036e81b606b0847;hp=8ebaf4125fb2a496e574901c40d2d7924b3630c7;hpb=d2e1b5bfdb8f4f33e27bb7fa5ccd6408ba033436;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 8ebaf412..ce854bb2 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -93,8 +93,6 @@ class BCpuPage(BWizardPage): Overload of the BWizardPage setupUi method. """ self.pageContent.cpuList.setSortingEnabled(True) - self.pageContent.descriptionLabel.setVisible(False) - self.pageContent.descriptionLabel.setText("") self.pageContent.frequencyLabel.setVisible(False) self.pageContent.frequencySpinBox.setVisible(False)