Skip to content

Commit 69c0aac

Browse files
committed
Change font to small font, replace grid button
1 parent adf694e commit 69c0aac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.19 KB
Loading

src/editor/button_widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ButtonWidget::draw(DrawingContext& context)
5656

5757
if (m_hover && !m_help_text.empty())
5858
{
59-
const auto& font = Resources::console_font;
59+
const auto& font = Resources::small_font;
6060
const auto text_height = font->get_text_height(m_help_text);
6161
const auto text_width = font->get_text_width(m_help_text);
6262
const auto text_rect = Rectf(m_mouse_pos + Vector(32, 32), m_mouse_pos + Vector(32, 32) + Vector(text_width, text_height));

0 commit comments

Comments
 (0)