mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:47:34 +00:00
Spreadsheet: Make conditional-formatting condition-list scrollable
This commit is contained in:
parent
fddd2bf6ff
commit
307d113594
2 changed files with 8 additions and 3 deletions
|
@ -6,8 +6,11 @@
|
|||
spacing: 4
|
||||
}
|
||||
|
||||
@Spreadsheet::ConditionsView {
|
||||
name: "conditions_view"
|
||||
@GUI::ScrollableContainerWidget {
|
||||
should_hide_unnecessary_scrollbars: true
|
||||
content_widget: @Spreadsheet::ConditionsView {
|
||||
name: "conditions_view"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue