diff --git a/examples/AnimationAppExample/Source/MainComponent.cpp b/examples/AnimationAppExample/Source/MainComponent.cpp index e39794c0de..b06b5a3492 100644 --- a/examples/AnimationAppExample/Source/MainComponent.cpp +++ b/examples/AnimationAppExample/Source/MainComponent.cpp @@ -22,7 +22,7 @@ public: //============================================================================== MainContentComponent() { - setSize (500, 400); + setSize (800, 600); setFramesPerSecond (60); } diff --git a/examples/AudioAppExample/Source/MainComponent.cpp b/examples/AudioAppExample/Source/MainComponent.cpp index 0ba953b54e..a0eeee5a89 100644 --- a/examples/AudioAppExample/Source/MainComponent.cpp +++ b/examples/AudioAppExample/Source/MainComponent.cpp @@ -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); diff --git a/extras/Introjucer/Source/BinaryData/jucer_AnimatedComponentTemplate.cpp b/extras/Introjucer/Source/BinaryData/jucer_AnimatedComponentTemplate.cpp index f405f4a008..3d1d46812a 100644 --- a/extras/Introjucer/Source/BinaryData/jucer_AnimatedComponentTemplate.cpp +++ b/extras/Introjucer/Source/BinaryData/jucer_AnimatedComponentTemplate.cpp @@ -22,7 +22,7 @@ public: //============================================================================== MainContentComponent() { - setSize (500, 400); + setSize (800, 600); setFramesPerSecond (60); } diff --git a/extras/Introjucer/Source/BinaryData/jucer_AudioComponentTemplate.cpp b/extras/Introjucer/Source/BinaryData/jucer_AudioComponentTemplate.cpp index 9464432549..f8279dfafc 100644 --- a/extras/Introjucer/Source/BinaryData/jucer_AudioComponentTemplate.cpp +++ b/extras/Introjucer/Source/BinaryData/jucer_AudioComponentTemplate.cpp @@ -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); diff --git a/extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp b/extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp index a6e5d29ff4..8d67cb6fa7 100644 --- a/extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp +++ b/extras/Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp @@ -12,7 +12,7 @@ INCLUDE_CORRESPONDING_HEADER //============================================================================== CONTENTCOMPCLASS::CONTENTCOMPCLASS() { - setSize (500, 400); + setSize (600, 400); } CONTENTCOMPCLASS::~CONTENTCOMPCLASS() diff --git a/extras/Introjucer/Source/BinaryData/jucer_OpenGLComponentTemplate.cpp b/extras/Introjucer/Source/BinaryData/jucer_OpenGLComponentTemplate.cpp index 7701c4d1eb..bb256a7967 100644 --- a/extras/Introjucer/Source/BinaryData/jucer_OpenGLComponentTemplate.cpp +++ b/extras/Introjucer/Source/BinaryData/jucer_OpenGLComponentTemplate.cpp @@ -22,7 +22,7 @@ public: //============================================================================== MainContentComponent() { - setSize (500, 400); + setSize (800, 600); } ~MainContentComponent() diff --git a/extras/Introjucer/Source/BinaryData/jucer_OpenglComponentTemplate.cpp b/extras/Introjucer/Source/BinaryData/jucer_OpenglComponentTemplate.cpp index 7701c4d1eb..bb256a7967 100644 --- a/extras/Introjucer/Source/BinaryData/jucer_OpenglComponentTemplate.cpp +++ b/extras/Introjucer/Source/BinaryData/jucer_OpenglComponentTemplate.cpp @@ -22,7 +22,7 @@ public: //============================================================================== MainContentComponent() { - setSize (500, 400); + setSize (800, 600); } ~MainContentComponent()