mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +00:00
BrowserSettings: Use standard text placement for check box text
This commit is contained in:
parent
0a3b1f6bc8
commit
da2eb63652
1 changed files with 1 additions and 6 deletions
|
@ -79,14 +79,9 @@
|
||||||
fixed_width: 32
|
fixed_width: 32
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Label {
|
|
||||||
text: "Show bookmarks:"
|
|
||||||
text_alignment: "CenterLeft"
|
|
||||||
fixed_width: 110
|
|
||||||
}
|
|
||||||
|
|
||||||
@GUI::CheckBox {
|
@GUI::CheckBox {
|
||||||
name: "show_bookmarks_bar_checkbox"
|
name: "show_bookmarks_bar_checkbox"
|
||||||
|
text: "Show bookmarks"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue