diff --git a/Mac/Preferences/Accounts/AccountsAddCloudKit.xib b/Mac/Preferences/Accounts/AccountsAddCloudKit.xib index 2d43d8cb4..0e286f444 100644 --- a/Mac/Preferences/Accounts/AccountsAddCloudKit.xib +++ b/Mac/Preferences/Accounts/AccountsAddCloudKit.xib @@ -1,8 +1,8 @@ - + - + @@ -18,7 +18,7 @@ - + @@ -92,7 +92,7 @@ Gw - + diff --git a/Mac/Preferences/Accounts/AccountsAddLocal.xib b/Mac/Preferences/Accounts/AccountsAddLocal.xib index 36e5232cf..35a7d35cf 100644 --- a/Mac/Preferences/Accounts/AccountsAddLocal.xib +++ b/Mac/Preferences/Accounts/AccountsAddLocal.xib @@ -1,8 +1,8 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -31,7 +31,10 @@ - - - - + @@ -197,20 +197,21 @@ Gw - - + + - + + @@ -225,7 +226,7 @@ Gw - + diff --git a/Mac/Preferences/Accounts/AccountsNewsBlur.xib b/Mac/Preferences/Accounts/AccountsNewsBlur.xib index b6133daa2..c098cffc3 100644 --- a/Mac/Preferences/Accounts/AccountsNewsBlur.xib +++ b/Mac/Preferences/Accounts/AccountsNewsBlur.xib @@ -1,8 +1,8 @@ - + - + @@ -26,7 +26,7 @@ - + @@ -97,8 +97,11 @@ - @@ -224,7 +225,7 @@ Gw - + diff --git a/Mac/Preferences/Accounts/AccountsReaderAPI.xib b/Mac/Preferences/Accounts/AccountsReaderAPI.xib index 57c7be46c..46b81d5b3 100644 --- a/Mac/Preferences/Accounts/AccountsReaderAPI.xib +++ b/Mac/Preferences/Accounts/AccountsReaderAPI.xib @@ -1,8 +1,8 @@ - + - + @@ -29,17 +29,17 @@ - - + + - + - + - + @@ -125,8 +125,11 @@ - + @@ -208,10 +211,7 @@ Gw - - - - + @@ -232,15 +232,16 @@ Gw - + + - - + - + + @@ -250,7 +251,7 @@ Gw - + diff --git a/Mac/Preferences/Accounts/AddAccountsView.swift b/Mac/Preferences/Accounts/AddAccountsView.swift index eedc1131c..1eefa3d4b 100644 --- a/Mac/Preferences/Accounts/AddAccountsView.swift +++ b/Mac/Preferences/Accounts/AddAccountsView.swift @@ -101,7 +101,7 @@ struct AddAccountsView: View { parent?.dismiss(nil) }, label: { Text("Cancel") - .frame(width: 80) + .frame(width: 76) }) .help("Cancel") .keyboardShortcut(.cancelAction) @@ -111,7 +111,7 @@ struct AddAccountsView: View { parent?.dismiss(nil) }, label: { Text("Cancel") - .frame(width: 80) + .frame(width: 76) }) .accessibility(label: Text("Add Account")) } @@ -121,7 +121,7 @@ struct AddAccountsView: View { parent?.dismiss(nil) }, label: { Text("Continue") - .frame(width: 80) + .frame(width: 76) }) .help("Add Account") .keyboardShortcut(.defaultAction) @@ -132,7 +132,7 @@ struct AddAccountsView: View { parent?.dismiss(nil) }, label: { Text("Continue") - .frame(width: 80) + .frame(width: 76) }) } }