Skip to content

Commit bfb18a4

Browse files
committed
gui change opacity
1 parent 6551653 commit bfb18a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/davis_gui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ using std::string;
3434
using std::vector;
3535
using namespace dvs;
3636
const int ANIMATION_DURATION = 300;
37-
const double OPACITY_IF_NOT_ACTIVE = 0.5;
37+
const double OPACITY_IF_NOT_ACTIVE = 0.92;
3838

3939
DavisGUI::DavisGUI(QWidget* parent)
4040
: QMainWindow(parent)

0 commit comments

Comments
 (0)