Skip to content

Commit 2b651f2

Browse files
committed
fix marking required fields in plan form
1 parent c760651 commit 2b651f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arho_feature_template/gui/dialogs/plan_attribute_form.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</sizepolicy>
2727
</property>
2828
<property name="currentIndex">
29-
<number>3</number>
29+
<number>0</number>
3030
</property>
3131
<widget class="QWidget" name="general_info_tab">
3232
<attribute name="title">
@@ -148,7 +148,7 @@
148148
<item row="5" column="0">
149149
<widget class="QLabel" name="elinkaarenTilaLabel">
150150
<property name="text">
151-
<string>Elinkaaren tila*:</string>
151+
<string>&lt;span style=&quot;color: red;&quot;&gt;*&lt;/span&gt; Elinkaaren tila:</string>
152152
</property>
153153
<property name="buddy">
154154
<cstring>lifecycle_status_combo_box</cstring>
@@ -165,7 +165,7 @@
165165
<item row="3" column="0">
166166
<widget class="QLabel" name="label_5">
167167
<property name="text">
168-
<string>Organisaatio*:</string>
168+
<string>&lt;span style=&quot;color: red;&quot;&gt;*&lt;/span&gt; Organisaatio:</string>
169169
</property>
170170
</widget>
171171
</item>

0 commit comments

Comments
 (0)