GNOME Bugzilla – Bug 660129
frames: Don't try to show resize handles below buttons
Last modified: 2011-10-21 13:17:56 UTC
Found while testing visible borders. It just feels "wrong" to have the resize handles directly under buttons like it currently is.
Created attachment 197473 [details] [review] frames: Don't try to show resize handles below buttons The space between the bottom of frame buttons and the top of the client window is the titlebar's padding and has the same rules as any other control. It shouldn't.
Created attachment 197479 [details] [review] frames: Don't try to show resize handles below buttons The space between the bottom of frame buttons and the top of the client window is the titlebar's padding and has the same rules as any other control. It shouldn't. I completely forgot about get_texture().
Review of attachment 197479 [details] [review]: The code looks like a gross hack to me. I agree that showing resize handles for the titlebar padding is wrong, but in my opinion it's equally wrong without buttons (e.g. on the left using the default layout).
(In reply to comment #3) > Review of attachment 197479 [details] [review]: > > The code looks like a gross hack to me. I agree that showing resize handles for > the titlebar padding is wrong, but in my opinion it's equally wrong without > buttons (e.g. on the left using the default layout). OK -- should we remove all of the "inside resize" stuff and go fully to invisible borders?
(In reply to comment #4) > OK -- should we remove all of the "inside resize" stuff and go fully to > invisible borders? er, to borders in general, just not on the titlebar area
(In reply to comment #4) > OK -- should we remove all of the "inside resize" stuff and go fully to > invisible borders? Sounds like a plan to me (maybe it's just me, but I don't think the "inside resize" stuff worked great to begin with ...)
Created attachment 198280 [details] [review] frames: Disable the titlebar "inner resize" Since invisible draggable borders have been around, there isn't really a big need for this feature This better?
Review of attachment 198280 [details] [review]: Makes sense to me.
Attachment 198280 [details] pushed as d624e85 - frames: Disable the titlebar "inner resize"