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

Spreadsheet: Make conditional-formatting condition-list scrollable

This commit is contained in:
FrHun 2022-05-10 23:33:11 +02:00 committed by Andreas Kling
parent fddd2bf6ff
commit 307d113594
2 changed files with 8 additions and 3 deletions

View file

@ -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 {