Add scrollable section to tour
This commit is contained in:
parent
298c42ac5f
commit
58d04cadef
2 changed files with 41 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ use iced_native::{
|
|||
};
|
||||
|
||||
const SCROLLBAR_WIDTH: u16 = 10;
|
||||
const SCROLLBAR_MARGIN: u16 = 10;
|
||||
const SCROLLBAR_MARGIN: u16 = 2;
|
||||
|
||||
fn scrollbar_bounds(bounds: Rectangle) -> Rectangle {
|
||||
Rectangle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue