LibGUI: Put some more space between check boxes and their label text
This commit is contained in:
parent
3c831b146c
commit
551e13b407
Notes:
sideshowbarker
2024-07-18 18:00:01 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/551e13b407c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue