mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Increase bar hard limits to better accomodate complex markup sequences.
This commit is contained in:
parent
9b734061ad
commit
1a5bc8e907
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ enum {
|
|||
/* dialog windows */
|
||||
double dialog_ratio = 0.6;
|
||||
/* status bar */
|
||||
#define SWM_BAR_MAX (256)
|
||||
#define SWM_BAR_MAX (1024)
|
||||
#define SWM_BAR_JUSTIFY_LEFT (0)
|
||||
#define SWM_BAR_JUSTIFY_CENTER (1)
|
||||
#define SWM_BAR_JUSTIFY_RIGHT (2)
|
||||
|
|
Loading…
Add table
Reference in a new issue