Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Just remove the url property from DlgGetScriptsAndModel.
(revert 7e24798, followup fad50ec)
  • Loading branch information
jef-n committed Sep 20, 2016
1 parent 7e24798 commit 0f73cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions python/plugins/processing/ui/DlgGetScriptsAndModels.ui
Expand Up @@ -74,18 +74,13 @@
<number>0</number>
</property>
<item>
<widget class="QTextBrowser" name="txtHelp">
<widget class="QTextEdit" name="txtHelp">
<property name="maximumSize">
<size>
<width>10000</width>
<height>10000</height>
</size>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
</layout>
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/ui/DlgHelpEdition.ui
Expand Up @@ -21,7 +21,7 @@
<number>9</number>
</property>
<item>
<widget class="QTextBrowser" name="txtPreview"/>
<widget class="QTextEdit" name="txtPreview"/>
</item>
<item>
<widget class="QSplitter" name="splitter_2">
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/ui/DlgResults.ui
Expand Up @@ -41,7 +41,7 @@
</property>
</column>
</widget>
<widget class="QTextBrowser" name="txtResults"/>
<widget class="QTextEdit" name="txtResults"/>
</widget>
</item>
<item>
Expand Down

0 comments on commit 0f73cdf

Please sign in to comment.