|
@@ -176,7 +176,11 @@ class KMAccountInfoWindowController: NSWindowController {
|
|
|
state == .trial {
|
|
|
self.accountViewHeightConstraint.constant = 411 - 60
|
|
|
#if VERSION_DMG
|
|
|
- self.accountViewHeightConstraint.constant = 483 - 52 - 20
|
|
|
+ if self.accountInfoView.userInfo?.subscriptionInfoList[0].payType == 1 {
|
|
|
+ self.accountViewHeightConstraint.constant = 483 - 52 - 20
|
|
|
+ } else {
|
|
|
+ self.accountViewHeightConstraint.constant = 483
|
|
|
+ }
|
|
|
#endif
|
|
|
} else if state == .subscriptionExpired ||
|
|
|
state == .trialExpired {
|