Skip to content

Commit

Permalink
Add some padding to identify panel to match browse and layers panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 12, 2014
1 parent 659cada commit e309761
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -35,6 +35,15 @@
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QToolButton" name="mExpandToolButton">
<property name="toolTip">
Expand Down Expand Up @@ -201,6 +210,15 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<item>
<widget class="QLabel" name="lblIdentifyMode">
<property name="toolTip">
Expand Down Expand Up @@ -296,6 +314,12 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="leftMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<item>
<widget class="QLabel" name="lblViewMode">
<property name="toolTip">
Expand Down

0 comments on commit e309761

Please sign in to comment.