Skip to content

Commit cca7c33

Browse files
authored
0.4.1
1 parent 4fe4084 commit cca7c33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

usr/share/plainDE/tools/genconfig.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
'height': 28,
4040
'location': "top",
4141
'opacity': 0.85,
42-
'xOffset': 0
42+
'xOffset': 0,
43+
'launcherIconSize': 22
4344
},
4445
'panel2': {
4546
'applets': ['windowlist',
@@ -50,7 +51,8 @@
5051
'height': 28,
5152
'location': "bottom",
5253
'opacity': 0.85,
53-
'xOffset': 0
54+
'xOffset': 0,
55+
'launcherIconSize': 22
5456
}
5557
}
5658

0 commit comments

Comments
 (0)