https://codereview.appspot.com/6356094/diff/1/debugger/QT/SkListWidget.cpp File debugger/QT/SkListWidget.cpp (right): https://codereview.appspot.com/6356094/diff/1/debugger/QT/SkListWidget.cpp#ne... debugger/QT/SkListWidget.cpp:70: r = option.rect.adjusted(19, 10, -10, -10); can we add a comment above each of these adjusted rects, so the reader knows what each is for, and how the values were chosen?
Added comments through-out, renamed variables, in general cleaned up file. Submitting... https://codereview.appspot.com/6356094/diff/1/debugger/QT/SkListWidget.cpp File debugger/QT/SkListWidget.cpp (right): https://codereview.appspot.com/6356094/diff/1/debugger/QT/SkListWidget.cpp#ne... debugger/QT/SkListWidget.cpp:70: r = option.rect.adjusted(19, 10, -10, -10); On 2012/07/12 12:27:35, reed1 wrote: > can we add a comment above each of these adjusted rects, so the reader knows > what each is for, and how the values were chosen? Done.