Skip to content
Permalink
Browse files
set correctly the delete button layout (#4)
  • Loading branch information
slarosa authored and DelazJ committed Mar 26, 2018
1 parent 650f526 commit a0430ec
Showing 1 changed file with 7 additions and 7 deletions.
@@ -94,15 +94,15 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mDeleteTestButton">
<property name="text">
<string>Delete Rule</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="mDeleteTestButton">
<property name="text">
<string>Delete Rule</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0" colspan="2">

0 comments on commit a0430ec

Please sign in to comment.