From a4e437d0df81f4c6336392c23c02a0dd6b0539db Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 5 Nov 2014 12:35:55 +0000 Subject: [PATCH] Changed a few default window sizes --- examples/AnimationAppExample/Source/MainComponent.cpp | 2 +- examples/AudioAppExample/Source/MainComponent.cpp | 2 +- .../Source/BinaryData/jucer_AnimatedComponentTemplate.cpp | 2 +- .../Source/BinaryData/jucer_AudioComponentTemplate.cpp | 2 +- .../Introjucer/Source/BinaryData/jucer_ContentCompTemplate.cpp | 2 +- .../Source/BinaryData/jucer_OpenGLComponentTemplate.cpp | 2 +- .../Source/BinaryData/jucer_OpenglComponentTemplate.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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()