rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.19k stars 748 forks source link

Empty space on top #1127

Closed marcin93 closed 1 year ago

marcin93 commented 1 year ago

macOS version: 12.6.5 Rectangle version: 0.67 (73) Logs if applicable (In Rectangle menu, hold option, "View Logging..."):

2023-04-04T12:22:04+02:00: AX sizing proposed: (699.0, 851.0), result: (699.0, 851.0)
2023-04-04T12:22:04+02:00: AX position proposed: (741.0, 49.0), result: (741.0, 49.0)
2023-04-04T12:22:04+02:00: AX sizing proposed: (699.0, 851.0), result: (699.0, 851.0)
2023-04-04T12:22:04+02:00: rightHalf | display: (41.0, 0.0, 1399.0, 851.0), calculatedRect: (741.0, 49.0, 699.0, 851.0), resultRect: (741.0, 49.0, 699.0, 851.0), srcScreen: Built-in Display, destScreen: Built-in Display, resultScreen: Built-in Display

Since sometime I see that all positions related with display top (eg. Maximize/... Half), are leaving empty space there ... image Same behaviour is on built-in as external display.

Once double-click on title bar, window is being placed properly.

Been playing with XBar & sketchyBar some time ago.

marcin93 commented 1 year ago

Did completed reading documentation & fixed issue.

Looks like this issue was indeed caused by experiments with: XBar/SketchyBar

I've fixed behaviour by:

  1. app remove:
    brew remove rectangle
  2. remove the Rectangle defaults:
    defaults delete com.knollsoft.Rectangle
  3. app install:
    brew install --cask rectangle