Skip to content

Commit

Permalink
remove label from standard option dialog template
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 7, 2014
1 parent e62aee5 commit fb9a366
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/ui/templates/qgsoptionsdialog_template.ui
Expand Up @@ -117,16 +117,6 @@
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
<string>Section</string>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
Expand All @@ -140,8 +130,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>550</width>
<height>378</height>
<width>549</width>
<height>393</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
Expand Down

0 comments on commit fb9a366

Please sign in to comment.