Skip to content

Commit 5a918da

Browse files
committed
fix(gui): the button height is different from the textedit
1 parent 9cc2957 commit 5a918da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/widget/button.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static LCUI_WidgetPrototype prototype = NULL;
4444
static const char *button_css = CodeToString(
4545

4646
button {
47-
padding: 6px 12px;
47+
padding: 5px 10px;
4848
focusable: true;
4949
text-align: center;
5050
display: inline-block;

0 commit comments

Comments
 (0)