如何去掉窗口左边缘的1像素白线?
我正在做可可桌面应用程序,我注意到左边缘有 1 像素白线,对于我的背景来说看起来相当难看。
有什么办法可以摆脱它吗?谢谢!
I am doing cocoa desktop application and I noticed that there is 1 pixel white line at the left edge which looks pretty ugly for my background.
Is there any way to get rid of it? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保将窗口内容视图的框架扩展到足够大,这样就不会出现白线。
Make sure you expand the frame of your window's content view to be exactly big enough so there's no white line.