mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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,13 +113,15 @@ class AddressCell extends StatelessWidget {
|
||||||
color: textColor,
|
color: textColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
AutoSizeText(
|
Flexible(
|
||||||
formattedAddress,
|
child: AutoSizeText(
|
||||||
maxLines: 1,
|
formattedAddress,
|
||||||
overflow: TextOverflow.ellipsis,
|
maxLines: 1,
|
||||||
style: TextStyle(
|
overflow: TextOverflow.ellipsis,
|
||||||
fontSize: isChange ? 10 : 14,
|
style: TextStyle(
|
||||||
color: textColor,
|
fontSize: isChange ? 10 : 14,
|
||||||
|
color: textColor,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
@ -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