Launcher: Add width_limit option in multi set_launcher section to limit size of launcher window (Requested by s__C)

This commit is contained in:
Martin Duquesnoy
2010-11-28 13:06:24 +01:00
parent 719654fcbc
commit 3cf93a0961
4 changed files with 11 additions and 6 deletions

View File

@@ -333,6 +333,7 @@ typedef struct
char *command;
char histo[HISTOLEN][512];
uint nhisto;
int width;
} Launcher;
/* Button struct */