Browse Source

Projucer: Fixed a sizing bug in the new project window

tags/2021-05-28
ed 8 years ago
parent
commit
9eb2840029
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp

+ 1
- 1
extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp View File

@@ -231,7 +231,7 @@ void ProjucerLookAndFeel::layoutFileBrowserComponent (FileBrowserComponent& brow
topSlice.removeFromLeft (6);
goUpButton->setBounds (topSlice);
bottomSlice.removeFromLeft (20);
bottomSlice.removeFromLeft (50);
filenameBox->setBounds (bottomSlice);
filenameBox->setColour (TextEditor::backgroundColourId, findColour (backgroundColourId));
filenameBox->setColour (TextEditor::textColourId, findColour (defaultTextColourId));


Loading…
Cancel
Save