Commit f2c00b9e authored by Pierre Bürki's avatar Pierre Bürki
Browse files

Merge branch 'quickfix' into 'develop'

Small UI fix

See merge request !15
parents 0bab2ad5 ae5727c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -52,9 +52,6 @@ void BlobFinder::initGUI(ofxGui &gui){
    blobGuiGroup->add(eyeInset.set("EyeInset", .8, 0, 1));
    
	panel->loadFromFile("tracking.xml");

	bool visible = false;
	panel->setVisible(visible);
}

void BlobFinder::allocate(int &value){
+2 −0
Original line number Diff line number Diff line
@@ -216,6 +216,8 @@ void ofApp::setupViewports(){
	tracker.panel->setPosition(ofGetWidth() - MENU_WIDTH, 20);

#ifdef BLOB
	post->setWidth(MENU_WIDTH / 2);
	post->setPosition(ofGetWidth() - MENU_WIDTH / 2, 20);
	device->setWidth(MENU_WIDTH / 2);
	device->setPosition(ofGetWidth() - MENU_WIDTH / 2, ofGetHeight() / 2);
#endif