wx                248 src/filemanager/chattr.c static const int wx = 3;
wx                343 src/filemanager/chattr.c             if (fat->filename_width > wo->cols - wx * 2)
wx                345 src/filemanager/chattr.c                 w->rect.x = wo->x + wx;
wx                346 src/filemanager/chattr.c                 w->rect.cols = wo->cols - wx * 2;
wx               1002 src/filemanager/chattr.c         dlg_create (TRUE, 0, 0, lines, cols + wx * 2, WPOS_CENTER, FALSE, dialog_colors,
wx               1008 src/filemanager/chattr.c     file_attr = fileattrtext_new (y, wx, fname, attr);
wx               1017 src/filemanager/chattr.c         cols = MIN (cols, mw->rect.cols - wx * 2);
wx               1018 src/filemanager/chattr.c         r.cols = cols + wx * 2;
wx               1024 src/filemanager/chattr.c     rect_init (&r, y++, wx, checkboxes_lines > 0 ? checkboxes_lines : 1, cols);