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:
parent
4126dc72b1
commit
4edb0d2c90
26 changed files with 114 additions and 114 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue