Skip to content

Commit b1525af

Browse files
committed
Change default window opacity
1 parent 936860d commit b1525af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prefconstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace PrefConstants {
77
const static int BG_COLOR = 0;
8-
const static int BG_ALPHA = 100;
8+
const static int BG_ALPHA = 30;
99
const static int BG_ALPHA_MIN = 2;
1010

1111
const static int ADJUST_INTERVAL = 1000;

0 commit comments

Comments
 (0)