1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Tidied up some divider comments

This commit is contained in:
ed 2019-09-06 11:41:27 +01:00
parent 4126dc72b1
commit 4edb0d2c90
26 changed files with 114 additions and 114 deletions

View file

@ -255,7 +255,7 @@ void ProjectContentComponent::rebuildProjectTabs()
addAndMakeVisible (sidebarTabs);
createProjectTabs();
//======================================================================
//==============================================================================
auto& settings = project->getStoredProperties();
auto lastTreeWidth = settings.getValue ("projectPanelWidth").getIntValue();
@ -271,7 +271,7 @@ void ProjectContentComponent::rebuildProjectTabs()
projectTab->setPanelHeightProportion (i, settings.getValue ("projectTabPanelHeight" + String (i), "1")
.getFloatValue());
//======================================================================
//==============================================================================
resizerBar.reset (new ResizableEdgeComponent (&sidebarTabs, &sidebarSizeConstrainer,
ResizableEdgeComponent::rightEdge));
addAndMakeVisible (resizerBar.get());