Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205335
b: refs/heads/master
c: 8d8c369
h: refs/heads/master
i:
  205333: ee757d4
  205331: 6b6021a
  205327: ceb8070
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jul 27, 2010
1 parent 754d1ba commit 6ec1ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63160f73e7baa6618f19d7681bcab5be5c557205
refs/heads/master: 8d8c369f3d697e31e04133ca18b516952549ee33
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/newt.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,12 @@ static int ui_browser__show(struct ui_browser *self, const char *title)
newtPopWindow();
}
ui_browser__refresh_dimensions(self);
newtCenteredWindow(self->width + 2, self->height, title);
newtCenteredWindow(self->width, self->height, title);
self->form = newt_form__new();
if (self->form == NULL)
return -1;

self->sb = newtVerticalScrollbar(self->width + 1, 0, self->height,
self->sb = newtVerticalScrollbar(self->width, 0, self->height,
HE_COLORSET_NORMAL,
HE_COLORSET_SELECTED);
if (self->sb == NULL)
Expand Down

0 comments on commit 6ec1ed7

Please sign in to comment.