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:
parent
2791f878e7
commit
745e2ae8b9
7 changed files with 153 additions and 99 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue