Kaydet (Commit) c4486f24 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

SmCmdBoxWindow: use single-line frame

Change-Id: I527ae337a9e445d911dba956daf9d76f9d7572de
üst d1501aa5
...@@ -730,7 +730,7 @@ void SmCmdBoxWindow::Resize() ...@@ -730,7 +730,7 @@ void SmCmdBoxWindow::Resize()
aRect.Bottom() -= CMD_BOX_PADDING; aRect.Bottom() -= CMD_BOX_PADDING;
DecorationView aView(this); DecorationView aView(this);
aRect = aView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN | FRAME_DRAW_NODRAW ); aRect = aView.DrawFrame( aRect, FRAME_DRAW_IN | FRAME_DRAW_NODRAW );
aEdit.SetPosSizePixel(aRect.TopLeft(), aRect.GetSize()); aEdit.SetPosSizePixel(aRect.TopLeft(), aRect.GetSize());
SfxDockingWindow::Resize(); SfxDockingWindow::Resize();
...@@ -747,7 +747,7 @@ void SmCmdBoxWindow::Paint(const Rectangle& /*rRect*/) ...@@ -747,7 +747,7 @@ void SmCmdBoxWindow::Paint(const Rectangle& /*rRect*/)
aRect.Bottom() -= CMD_BOX_PADDING; aRect.Bottom() -= CMD_BOX_PADDING;
DecorationView aView(this); DecorationView aView(this);
aView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); aView.DrawFrame( aRect, FRAME_DRAW_IN );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment