Skip to content

Commit

Permalink
Prevent collapse/expand in Dynamic SVG parameters table (#42185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrocha authored and github-actions[bot] committed Mar 22, 2021
1 parent 2e888c4 commit 05a0d26
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/symbollayer/widget_svgselector.ui
Expand Up @@ -174,7 +174,14 @@
</widget>
</item>
<item row="0" column="0" colspan="5">
<widget class="QTreeView" name="mParametersTreeView"/>
<widget class="QTreeView" name="mParametersTreeView">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 05a0d26

Please sign in to comment.