Skip to content

Commit

Permalink
Fix wording and add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 24, 2016
1 parent ac033cf commit 265f53c
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/ui/symbollayer/qgs25drendererwidgetbase.ui
Expand Up @@ -34,17 +34,17 @@
<string>Advanced Configuration</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="1" column="1">
<widget class="QgsColorButtonV2" name="mRoofColorButton">
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>...</string>
<string>Roof Color</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<item row="1" column="1">
<widget class="QgsColorButtonV2" name="mRoofColorButton">
<property name="text">
<string>Roof Color</string>
<string>...</string>
</property>
</widget>
</item>
Expand All @@ -62,6 +62,16 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="mWallExpositionShading">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Walls will have a different color based on their aspect to make them appear to differently reflect the solar radiation.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If this option is enabled, make sure that &lt;span style=&quot; font-style:italic;&quot;&gt;simplification &lt;/span&gt;is disabled on the rendering tab or some colors may be wrong at small scales.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Shade walls based on aspect</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QGroupBox" name="mShadowEnabledWidget">
<property name="title">
Expand Down Expand Up @@ -98,13 +108,6 @@
</layout>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="mWallExpositionShading">
<property name="text">
<string>Shade walls based on exposition</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 265f53c

Please sign in to comment.