Browse Source

Remove border from Rogan6PSLight.

pull/114/head
Andrew Belt 3 years ago
parent
commit
7be622852a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/plugin.hpp

+ 2
- 0
src/plugin.hpp View File

@@ -32,5 +32,7 @@ template <typename Base>
struct Rogan6PSLight : Base {
Rogan6PSLight() {
this->box.size = mm2px(Vec(23.04, 23.04));
// this->bgColor = nvgRGBA(0, 0, 0, 0);
this->borderColor = nvgRGBA(0, 0, 0, 0);
}
};

Loading…
Cancel
Save