mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-06 17:50:21 +01:00
editor: make selection a lighter shade of blue, much easier to read
This commit is contained in:
parent
237358be93
commit
b8911dcdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ text_entry_draw_selection(struct text_entry *entry, cairo_t *cr)
|
|||
|
||||
cairo_save (cr);
|
||||
|
||||
cairo_set_source_rgba(cr, 0.0, 0.0, 1.0, 1.0);
|
||||
cairo_set_source_rgba(cr, 0.3, 0.3, 1.0, 0.5);
|
||||
cairo_rectangle(cr,
|
||||
start.x, extents.y_bearing + extents.height + 2,
|
||||
end.x - start.x, -extents.height - 4);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue