Skip to content

Commit

Permalink
Merge pull request #1015 from qtumproject/time/display
Browse files Browse the repository at this point in the history
Fix options display window
  • Loading branch information
qtum-neil authored Aug 29, 2023
2 parents a0a60a9 + 266d23b commit 11f8b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qt/forms/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1045,14 +1045,14 @@
<item>
<widget class="QLabel" name="embeddedFont_label_1">
<property name="text">
<string notr="true">111.11111111 BTC</string>
<string notr="true">111.11111111 QTUM</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="embeddedFont_label_9">
<property name="text">
<string notr="true">909.09090909 BTC</string>
<string notr="true">909.09090909 QTUM</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1094,14 +1094,14 @@
<item>
<widget class="QLabel" name="systemFont_label_1">
<property name="text">
<string notr="true">111.11111111 BTC</string>
<string notr="true">111.11111111 QTUM</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="systemFont_label_9">
<property name="text">
<string notr="true">909.09090909 BTC</string>
<string notr="true">909.09090909 QTUM</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 11f8b41

Please sign in to comment.