mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
LibGUI: Tweak FontPicker layout
Make everything a bit smaller and hide the horizontal scrollbars in the list views since we don't really need them.
This commit is contained in:
parent
b4d1390714
commit
a68275914e
2 changed files with 12 additions and 2 deletions
|
@ -25,6 +25,8 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_width: 100
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
}
|
||||
|
||||
|
@ -40,6 +42,8 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_width: 80
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
}
|
||||
|
||||
|
@ -60,7 +64,7 @@
|
|||
}
|
||||
|
||||
title: "Sample text"
|
||||
fixed_height: 100
|
||||
fixed_height: 80
|
||||
|
||||
@GUI::Label {
|
||||
name: "sample_text_label"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue