Skip to content

Commit

Permalink
Fixed applications view not being a scrollable widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Cosner committed Dec 9, 2024
1 parent 98db119 commit 0fd5e53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 319 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion observatory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
"Eduardo Flores <[email protected]>"
]
description = "A system monitor application for the COSMIC desktop environment"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "GPL-3.0-only"
repository = "https://github.com/cosmic-utils/observatory.git"
Expand Down
316 changes: 0 additions & 316 deletions observatory/src/pages/overview/applications.rs

This file was deleted.

2 changes: 1 addition & 1 deletion observatory/src/pages/overview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl super::Page for OverviewPage {
.spacing(cosmic.space_xs())
.push(widget::text::title4(fl!("applications")))
.push(iced::widget::horizontal_rule(1))
.push(apps_list);
.push(widget::scrollable(apps_list));

widget::column()
.spacing(cosmic.space_xxs())
Expand Down

0 comments on commit 0fd5e53

Please sign in to comment.