mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Fixed scrolling behaviour
This commit is contained in:
parent
30b888e086
commit
443662b559
3 changed files with 16 additions and 4 deletions
|
@ -769,7 +769,7 @@ MDNavigationLayout:
|
|||
]
|
||||
|
||||
ScrollView:
|
||||
id:information_scrollview
|
||||
id:map_scrollview
|
||||
|
||||
MDBoxLayout:
|
||||
orientation: "vertical"
|
||||
|
@ -1850,7 +1850,7 @@ MDNavigationLayout:
|
|||
MDBoxLayout:
|
||||
orientation: "horizontal"
|
||||
size_hint_y: None
|
||||
padding: [0,0,dp(8),0]
|
||||
padding: [0,0,dp(8),dp(24)]
|
||||
height: dp(48)
|
||||
MDLabel:
|
||||
id: "trusted_switch_label"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue