From eebced8f5eab25941f95b2d6877270ebc98442bd Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 5 Aug 2011 09:23:13 +0000 Subject: [PATCH] .rainbow cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@3739 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- rainbow/Framebuffer/TopFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rainbow/Framebuffer/TopFrame.cpp b/rainbow/Framebuffer/TopFrame.cpp index e9b2d0103..36bba5dac 100644 --- a/rainbow/Framebuffer/TopFrame.cpp +++ b/rainbow/Framebuffer/TopFrame.cpp @@ -151,6 +151,7 @@ void TopWindowFrame::StartDrag() .MaxRect(framebuffer.GetSize()) .MinSize(ComputeClient(minsize).GetSize()) .Pattern(DRAWDRAGRECT_DASHED | DRAWDRAGRECT_SCREEN) + .Width(2) .Animation(); PaintLock++; r = tr.Track(r, dir.x < 0 ? ALIGN_LEFT : dir.x > 0 ? ALIGN_RIGHT : ALIGN_CENTER,