1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel.

This commit is contained in:
jules 2012-09-05 11:54:44 +01:00
parent 2791f878e7
commit 745e2ae8b9
7 changed files with 153 additions and 99 deletions

View file

@ -76,10 +76,10 @@ public:
r.removeFromBottom (6);
if (saveAndOpenButton.isVisible())
saveAndOpenButton.setBounds (r.removeFromBottom (28).reduced (20, 3));
saveAndOpenButton.setBounds (r.removeFromBottom (30).reduced (16, 4));
if (openProjectButton.isVisible())
openProjectButton.setBounds (r.removeFromBottom (28).reduced (20, 3));
openProjectButton.setBounds (r.removeFromBottom (30).reduced (16, 4));
tree.setBounds (r);
}