Merge branch 'feature/scrollables' into feature/text-input

This commit is contained in:
Héctor Ramón Jiménez 2019-11-02 01:50:29 +01:00
commit 1242b334fe
3 changed files with 45 additions and 8 deletions

View file

@ -5,7 +5,7 @@ use iced_native::{
};
const SCROLLBAR_WIDTH: u16 = 10;
const SCROLLBAR_MARGIN: u16 = 5;
const SCROLLBAR_MARGIN: u16 = 2;
fn scrollbar_bounds(bounds: Rectangle) -> Rectangle {
Rectangle {