Browse Source

Make sure the "Go to Download page" button is initially disabled

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
0ae42b375d
  1. 3
      src/searchengine/search.ui

3
src/searchengine/search.ui

@ -138,6 +138,9 @@ @@ -138,6 +138,9 @@
</item>
<item>
<widget class="QPushButton" name="goToDescBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Go to description page</string>
</property>

Loading…
Cancel
Save