We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c87706 commit 088dc3eCopy full SHA for 088dc3e
1 file changed
src/app/pages/clipboard.rs
@@ -23,7 +23,7 @@ pub fn clipboard_view(
23
)
24
.id("results"),
25
26
- .height(385)
+ .height(10000)
27
.style(move |_| result_row_container_style(&theme_clone_2, false))
28
.into(),
29
container(Scrollable::with_direction(
@@ -33,7 +33,7 @@ pub fn clipboard_view(
33
.map(|x| x.to_app().search_name)
34
.unwrap_or("".to_string()),
35
36
+ .height(Length::Fill)
37
.width(Length::Fill)
38
.align_x(Alignment::Start)
39
.font(theme.font())
0 commit comments