Skip to content

Commit 5ddc0b1

Browse files
center buffer icons
1 parent 29e7108 commit 5ddc0b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/cyrilApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void cyrilApp::draw(){
216216
editor.draw();
217217
ofPushMatrix();
218218
ofPushStyle();
219-
ofTranslate(X_MID - 45, 10);
219+
ofTranslate(X_MID - 50, 10);
220220
for (int i = 0; i < 10; ++i) {
221221
if (error[i]) {
222222
ofSetColor(255,0,0);

0 commit comments

Comments
 (0)