mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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,
|
||||
),
|
||||
),
|
||||
AutoSizeText(
|
||||
formattedAddress,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: isChange ? 10 : 14,
|
||||
color: textColor,
|
||||
Flexible(
|
||||
child: AutoSizeText(
|
||||
formattedAddress,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: isChange ? 10 : 14,
|
||||
color: textColor,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
@ -17,7 +17,7 @@ fi
|
|||
|
||||
MONERO_COM_NAME="Monero.com"
|
||||
MONERO_COM_VERSION="1.0.1"
|
||||
MONERO_COM_BUILD_NUMBER=2
|
||||
MONERO_COM_BUILD_NUMBER=3
|
||||
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
|
|
Loading…
Reference in a new issue