File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ - (instancetype)initWithFrame:(NSRect)frameRect prompt:(NSString *)prompt messag
170170 [self addSubview: _textView];
171171 }
172172
173+ [_disclosureButton.leadingAnchor constraintEqualToAnchor: self .leadingAnchor].active = YES ;
173174 [_disclosureButton.centerYAnchor constraintEqualToAnchor: _labelField.centerYAnchor].active = YES ;
174175 [_labelField.leadingAnchor constraintEqualToAnchor: _disclosureButton.trailingAnchor constant: 4 ].active = YES ;
175- [_labelField.centerXAnchor constraintEqualToAnchor: self .centerXAnchor].active = YES ;
176176 [_labelField.topAnchor constraintEqualToAnchor: self .topAnchor].active = YES ;
177177 if (_scrollView) {
178178 [_scrollView.leadingAnchor constraintEqualToAnchor: self .leadingAnchor constant: 8 ].active = YES ;
You can’t perform that action at this time.
0 commit comments