mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
WindowServer: Improve look of drag&drop items somewhat
This just adds a bit of padding around items. There's lots of room for improvement here.
This commit is contained in:
@@ -1381,7 +1381,7 @@ Gfx::IntRect WindowManager::dnd_rect() const
|
||||
int width = font().width(m_dnd_text) + bitmap_width;
|
||||
int height = max((int)font().glyph_height(), bitmap_height);
|
||||
auto location = Compositor::the().current_cursor_rect().center().translated(8, 8);
|
||||
return Gfx::IntRect(location, { width, height }).inflated(4, 4);
|
||||
return Gfx::IntRect(location, { width, height }).inflated(16, 8);
|
||||
}
|
||||
|
||||
bool WindowManager::update_theme(String theme_path, String theme_name)
|
||||
|
||||
Reference in New Issue
Block a user