1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

BrowserSettings: Use standard text placement for check box text

This commit is contained in:
Timothy Flynn 2022-01-27 16:51:32 -05:00 committed by Andreas Kling
parent 0a3b1f6bc8
commit da2eb63652

View file

@ -79,14 +79,9 @@
fixed_width: 32
}
@GUI::Label {
text: "Show bookmarks:"
text_alignment: "CenterLeft"
fixed_width: 110
}
@GUI::CheckBox {
name: "show_bookmarks_bar_checkbox"
text: "Show bookmarks"
}
}
}