Skip to content

Commit

Permalink
fix name label in general other tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvel2D committed Nov 19, 2021
1 parent d3b47ea commit 6b53fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admc/tabs/general_other_tab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="name_label">
<property name="text">
<string notr="true">PLACEHOLDER FOR NAME</string>
</property>
Expand All @@ -31,7 +31,7 @@
<item>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="name_label">
<widget class="QLabel" name="label">
<property name="text">
<string>Description:</string>
</property>
Expand Down

0 comments on commit 6b53fad

Please sign in to comment.