diff options
| author | Jonas Schnelli <[email protected]> | 2016-07-19 15:27:14 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-08-26 09:53:09 +0200 |
| commit | bd44a04dc3fe94d2764fadd9f9a7deb81ff49f45 (patch) | |
| tree | ebfd15a3a1c3d083c1b16b147839001e66121549 /src/qt/forms | |
| parent | [Refactor] refactor function that forms human readable text out of a timeoffset (diff) | |
| download | discoin-bd44a04dc3fe94d2764fadd9f9a7deb81ff49f45.tar.xz discoin-bd44a04dc3fe94d2764fadd9f9a7deb81ff49f45.zip | |
[Qt] make Out-Of-Sync warning icon clickable
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/overviewpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index 6d792d147..923ed6899 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -61,7 +61,7 @@ <item> <widget class="QPushButton" name="labelWalletStatus"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="maximumSize"> <size> @@ -447,7 +447,7 @@ <item> <widget class="QPushButton" name="labelTransactionsStatus"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="maximumSize"> <size> |