diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -92,7 +92,10 @@ class cNopacityConfig { int menuInfoScrollDelay;
int menuInfoScrollSpeed;
int menuInfoScrollFrameTime;
- int menuWidthNarrow;
+ int menuWidthMain;
+ int menuWidthSchedules;
+ int menuWidthChannels;
+ int menuWidthRecordings;
int menuHeightInfoWindow;
int menuWidthRightItems;
int menuSizeDiskUsage;
|