Skip to content

Commit

Permalink
fix bug to position translation window
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei committed Apr 7, 2020
1 parent afc4f3b commit fb52322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AnnotationWinController.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ + (id)sharedController {

- (void)awakeFromNib {
sharedController = self;
self.width = 160;
// self.height = 282;

[[self panel] orderFront:nil];
[[self panel] setLevel:CGShieldingWindowLevel() + 1];
Expand Down

0 comments on commit fb52322

Please sign in to comment.