mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Adjust iOS language picker width framing
This commit is contained in:
parent
4cdfe5f380
commit
a8a0455ceb
2 changed files with 3 additions and 4 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 555;
|
||||
CURRENT_PROJECT_VERSION = 558;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 555;
|
||||
CURRENT_PROJECT_VERSION = 558;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
|
|
@ -288,14 +288,13 @@ extension ContentView {
|
|||
Capsule()
|
||||
.stroke(iOSToolbarTintColor.opacity(0.35), lineWidth: 1)
|
||||
)
|
||||
.frame(width: isIPadToolbarLayout ? 112 : iPhoneLanguagePickerWidth)
|
||||
#endif
|
||||
}
|
||||
.labelsHidden()
|
||||
.help("Language")
|
||||
.accessibilityLabel("Language picker")
|
||||
.accessibilityHint("Choose syntax language for the current tab")
|
||||
.frame(width: isIPadToolbarLayout ? 112 : iPhoneLanguagePickerWidth)
|
||||
.fixedSize(horizontal: true, vertical: false)
|
||||
.layoutPriority(2)
|
||||
.tint(iOSToolbarTintColor)
|
||||
#if os(iOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue