We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TabWidgetBase::preferred_size_impl()
1 parent 206e4e2 commit c75898bCopy full SHA for c75898b
src/tabwidget.cpp
@@ -111,7 +111,7 @@ Vector2i TabWidgetBase::preferred_size_impl(NVGcontext* ctx) const {
111
}
112
113
return Vector2i(width + 1,
114
- font_size() + 2 * m_theme->m_tab_button_vertical_padding + 2*m_padding);
+ font_size() + 2 * m_theme->m_tab_button_vertical_padding);
115
116
117
void TabWidgetBase::draw(NVGcontext* ctx) {
0 commit comments