mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
CharacterMap: Tweak layout & style of "find character" window
This commit is contained in:
parent
bb4b747424
commit
3ad498f2e0
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
@GUI::Frame {
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [2, 0, 0, 0]
|
||||
}
|
||||
fill_with_background_color: true
|
||||
|
||||
@GUI::Toolbar {
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
preferred_height: "fit"
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "search_input"
|
||||
}
|
||||
|
@ -10,6 +15,7 @@
|
|||
@GUI::Button {
|
||||
name: "search_button"
|
||||
icon: "/res/icons/16x16/find.png"
|
||||
button_style: "Coolbar"
|
||||
fixed_width: 22
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue