mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibGUI: Put some more space between check boxes and their label text
This commit is contained in:
@@ -17,7 +17,7 @@ namespace GUI {
|
||||
|
||||
static const int s_box_width = 13;
|
||||
static const int s_box_height = 13;
|
||||
static const int s_horizontal_padding = 4;
|
||||
static const int s_horizontal_padding = 6;
|
||||
|
||||
CheckBox::CheckBox(String text)
|
||||
: AbstractButton(move(text))
|
||||
|
||||
Reference in New Issue
Block a user