Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204842
b: refs/heads/master
c: 42ef223
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Jun 3, 2010
1 parent 2b7bfeb commit 67b6279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39a4897c1bb66e8a36043c105d7fd73d8b32b480
refs/heads/master: 42ef223c4a0f6e34e13ccb503b423ebdc04878e1
1 change: 1 addition & 0 deletions trunk/scripts/kconfig/lxdialog/checklist.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ int dialog_checklist(const char *title, const char *prompt, int height,
check_x = 0;
item_foreach()
check_x = MAX(check_x, strlen(item_str()) + 4);
check_x = MIN(check_x, list_width);

check_x = (list_width - check_x) / 2;
item_x = check_x + 4;
Expand Down

0 comments on commit 67b6279

Please sign in to comment.