mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Update macos build number
Minor UI fix
This commit is contained in:
parent
ce17209de4
commit
8557cf31fb
2 changed files with 10 additions and 8 deletions
|
@ -113,7 +113,8 @@ class AddressCell extends StatelessWidget {
|
||||||
color: textColor,
|
color: textColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
AutoSizeText(
|
Flexible(
|
||||||
|
child: AutoSizeText(
|
||||||
formattedAddress,
|
formattedAddress,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
|
@ -122,6 +123,7 @@ class AddressCell extends StatelessWidget {
|
||||||
color: textColor,
|
color: textColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
if (hasBalance)
|
if (hasBalance)
|
||||||
|
|
|
@ -17,7 +17,7 @@ fi
|
||||||
|
|
||||||
MONERO_COM_NAME="Monero.com"
|
MONERO_COM_NAME="Monero.com"
|
||||||
MONERO_COM_VERSION="1.0.1"
|
MONERO_COM_VERSION="1.0.1"
|
||||||
MONERO_COM_BUILD_NUMBER=2
|
MONERO_COM_BUILD_NUMBER=3
|
||||||
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
|
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
|
||||||
|
|
||||||
CAKEWALLET_NAME="Cake Wallet"
|
CAKEWALLET_NAME="Cake Wallet"
|
||||||
|
|
Loading…
Reference in a new issue