mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed a few default window sizes
This commit is contained in:
parent
0ed61cb1ad
commit
a4e437d0df
7 changed files with 7 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ public:
|
|||
//==============================================================================
|
||||
MainContentComponent()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
setFramesPerSecond (60);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ public:
|
|||
sampleRate (0.0),
|
||||
expectedSamplesPerBlock (0)
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
|
||||
// specify the number of input and output channels that we want to open
|
||||
setAudioChannels (2, 2);
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public:
|
|||
//==============================================================================
|
||||
MainContentComponent()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
setFramesPerSecond (60);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public:
|
|||
//==============================================================================
|
||||
MainContentComponent()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
|
||||
// specify the number of input and output channels that we want to open
|
||||
setAudioChannels (2, 2);
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ INCLUDE_CORRESPONDING_HEADER
|
|||
//==============================================================================
|
||||
CONTENTCOMPCLASS::CONTENTCOMPCLASS()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (600, 400);
|
||||
}
|
||||
|
||||
CONTENTCOMPCLASS::~CONTENTCOMPCLASS()
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public:
|
|||
//==============================================================================
|
||||
MainContentComponent()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
}
|
||||
|
||||
~MainContentComponent()
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public:
|
|||
//==============================================================================
|
||||
MainContentComponent()
|
||||
{
|
||||
setSize (500, 400);
|
||||
setSize (800, 600);
|
||||
}
|
||||
|
||||
~MainContentComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue