Add balances warning for syncing

This commit is contained in:
adityapk00
2019-05-01 21:57:03 -07:00
parent 48bef601de
commit 37ab20fef6
3 changed files with 34 additions and 4 deletions

View File

@@ -161,6 +161,19 @@
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lblSyncWarning">
<property name="styleSheet">
<string notr="true">color:red;</string>
</property>
<property name="text">
<string>Your node is still syncing, balances may not be updated</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="unconfirmedWarning">
<property name="sizePolicy">
@@ -346,8 +359,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>920</width>
<height>301</height>
<width>928</width>
<height>353</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@@ -819,6 +832,16 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="lblSyncWarningReceive">
<property name="styleSheet">
<string notr="true">color: red;</string>
</property>
<property name="text">
<string>Your node is still syncing, balances may not be updated</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
@@ -1022,7 +1045,7 @@
<x>0</x>
<y>0</y>
<width>968</width>
<height>22</height>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">