mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-27 13:50:07 +03:00
Add scrollbar example
This commit is contained in:
parent
86c88840e9
commit
000ba4ea27
10 changed files with 128 additions and 1 deletions
12
examples/scrollbar/scrollbar.code-workspace
Normal file
12
examples/scrollbar/scrollbar.code-workspace
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"d.projectImportPaths": [
|
||||
"..\\..\\..\\dfl\\source"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue