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 522213c commit c6892bcCopy full SHA for c6892bc
src/main_window.rs
@@ -162,6 +162,7 @@ impl ObjectImpl for MainWindowInner {
162
..add(&cascade! {
163
gtk::ScrolledWindow::new::<gtk::Adjustment, gtk::Adjustment>(None, None);
164
..set_property_hscrollbar_policy(gtk::PolicyType::Never);
165
+ ..set_overlay_scrolling(false);
166
..add(&stack);
167
});
168
0 commit comments