This repository was archived by the owner on Aug 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,10 @@ - (void)awakeFromNib {
111
111
appIcon = [self imageWithReducedAlpha: 0.5 fromImage: appIcon];
112
112
[self .feedbackEmptyAppImageView setImage: appIcon];
113
113
114
- [self .feedbackListBackgroundView setViewBackgroundColor: [NSColor colorWithCalibratedRed: 0.91 green: 0.92 blue: 0.93 alpha: 1.0 ]];
115
- [self .feedbackComposeBackgroundView setViewBackgroundColor: [NSColor whiteColor ]];
116
- [self .horizontalLine setViewBackgroundColor: [NSColor colorWithCalibratedRed: 0.79 green: 0.82 blue: 0.83 alpha: 1.0 ]];
117
- [self .statusBar setViewBackgroundColor: [NSColor whiteColor ]];
118
- [self .mainBackgroundView setViewBackgroundColor: [NSColor colorWithCalibratedRed: 0.91 green: 0.92 blue: 0.93 alpha: 1.0 ]];
119
- [self .userDataBoxView setViewBackgroundColor: [NSColor colorWithCalibratedRed: 0.88 green: 0.89 blue: 0.90 alpha: 1.0 ]];
120
114
[self .userDataBoxView setViewBorderWidth: 1.0 ];
121
- [self .userDataBoxView setViewBorderColor: [NSColor colorWithCalibratedRed: 0.82 green: 0.85 blue: 0.86 alpha: 1.0 ]];
122
-
115
+ [self .feedbackComposeBackgroundView setViewBackgroundColor: [NSColor whiteColor ]];
116
+ [self .messageTextField setBackgroundColor: [NSColor whiteColor ]];
117
+
123
118
[[NSNotificationCenter defaultCenter ] addObserver: self
124
119
selector: @selector (tableViewFrameChanged: )
125
120
name: NSViewFrameDidChangeNotification
You can’t perform that action at this time.
0 commit comments