GetDunne Wiki

Notes from the desk of Shane Dunne, software development consultant

User Tools

Site Tools


the_plugin_editor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
the_plugin_editor [2017/10/02 19:38]
shane [The VanillaJuce plugin Editor (GUI)]
the_plugin_editor [2017/10/02 19:38] (current)
shane [The GuiTabs object]
Line 106: Line 106:
 void GuiTabs::resized() void GuiTabs::resized()
 { {
-    tabbedComponent->setBounds (0, 0, proportionOfWidth (1.0000f), proportionOfHeight (1.0000f));+    tabbedComponent->setBounds (0, 0, getWidth(), getHeight());
 } }
  
the_plugin_editor.1506973093.txt.gz · Last modified: 2017/10/02 19:38 by shane