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

Small UI fix

parent 60295fbd
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