split app.cpp into multiple files, add NodeScroll and use it to scroll the side panels, some fixes to the events system
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
</border>
|
||||
<!-- side bar -->
|
||||
<node height="100%" dir="row" shrink="1">
|
||||
<border id="panels" pad="5 5 5 5" margin="0 0 0 0" color=".3 .3 .3 .4" height="100%" dir="col" wrap="1" shrink="1">
|
||||
<scroll id="panels" pad="5 25 5 5" margin="0 0 0 0" color=".3 .3 .3 .4" height="100%" dir="col" wrap="0" shrink="1">
|
||||
<!--Stroke-->
|
||||
<!--<panel-stroke id="panel-stroke"/>-->
|
||||
<!--Brushes-->
|
||||
@@ -391,7 +391,7 @@
|
||||
<!--<panel-layer id="panel-layer"/>-->
|
||||
<!--Colors-->
|
||||
<!--<panel-color id="panel-color"/>-->
|
||||
</border>
|
||||
</scroll>
|
||||
</node>
|
||||
</node>
|
||||
<!-- status bar -->
|
||||
|
||||
Reference in New Issue
Block a user