-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(manager): resize window and left-adjust tabs #2350
feat(manager): resize window and left-adjust tabs #2350
Conversation
@@ -64,7 +64,7 @@ interface IpcEvent { | |||
|
|||
function createMainWindow() { | |||
const win = new electron.BrowserWindow({ | |||
width: 800, | |||
width: 1255, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure we need it yet? I'm definitely supportive, but seems premature to increase it separate from the redesign if it doesn't actually end up needing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just put this up separately to be merged when we decide that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I'll approve and let's see!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I turned auto-merge on on the wrong PR 🤦
This reverts commit 337aaa4.
Screen.Recording.2025-01-29.at.3.47.58.PM.mov