Draw close button with line_width of 2.
This commit is contained in:
parent
217488ee3e
commit
bb9a37ec3d
1 changed files with 1 additions and 1 deletions
|
@ -2635,7 +2635,7 @@ void BlackboxWindow::redrawCloseButton(bool pressed) const {
|
|||
XClearWindow(blackbox->getXDisplay(), frame.close_button);
|
||||
|
||||
BPen pen((flags.focused) ? screen->getWindowStyle()->b_pic_focus :
|
||||
screen->getWindowStyle()->b_pic_unfocus);
|
||||
screen->getWindowStyle()->b_pic_unfocus, 0, 2);
|
||||
XDrawLine(blackbox->getXDisplay(), frame.close_button, pen.gc(),
|
||||
2, 2, (frame.button_w - 3), (frame.button_w - 3));
|
||||
XDrawLine(blackbox->getXDisplay(), frame.close_button, pen.gc(),
|
||||
|
|
Loading…
Reference in a new issue