Not to dig up an old thread, but I didn't see resolution. What we did at my work place is add the following to the common css file, inside the body section:
tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; This makes it work perfectly. However, it isn't supported in Internet Explorer yet if that is an issue. -- techdude On Monday, January 25, 2010 7:06:00 AM UTC-7, David Resnick wrote: > > I'll try to take a look at this, though I'm sorry to say that I don't > think I'll be able to supply something for that in the near future. > > Thanks for the update. > > -David > > On Mon, Jan 25, 2010 at 12:08 PM, Christian Hammond <[email protected] > <javascript:>> wrote: > >> There is not. If someone is willing to work on a good design and patch >> for this, we can possibly get it in for the next release. See >> http://code.google.com/p/reviewboard/issues/detail?id=839 >> >> Christian >> >> -- >> Christian Hammond - [email protected] <javascript:> >> Review Board - http://www.reviewboard.org >> VMware, Inc. - http://www.vmware.com >> >> >> On Mon, Jan 25, 2010 at 1:58 AM, David Resnick <[email protected] >> <javascript:>> wrote: >> >>> I have the same problem. >>> >>> Is there any way to configure the tab size in the diff viewer? >>> >>> Thanks, >>> David >>> >>> >>> On Wed, Sep 16, 2009 at 1:39 PM, surk <[email protected] <javascript:>> >>> wrote: >>> >>>> >>>> We're using Review Board 1.0.1, and Firefox 3.5.3. >>>> >>>> When looking at the diffs using "View Diff", all 'tab' chars in the >>>> diff-file are displayed with size 8. In the code we're using tab size >>>> 4. This makes the code looked misaligned sometimes. >>>> >>>> Is it possible to change the tab size, of the tab-chars it shows, of >>>> the 'diff viewer'? >>>> >>>> Thanx in advance! >>>> >>>> Best regards, >>>> >>>> Chris van Surksum >>>> The Netherlands >>>> >>>> --~--~---------~--~----~------------~-------~--~----~ >>>> You received this message because you are subscribed to the Google >>>> Groups "reviewboard" group. >>>> To post to this group, send email to [email protected] >>>> <javascript:> >>>> To unsubscribe from this group, send email to >>>> [email protected] <javascript:> >>>> For more options, visit this group at >>>> http://groups.google.com/group/reviewboard?hl=en >>>> -~----------~----~----~----~------~----~------~--~--- >>>> >>>> >>> -- >>> Want to help the Review Board project? Donate today at >>> http://www.reviewboard.org/donate/ >>> Happy user? Let us know at http://www.reviewboard.org/users/ >>> -~----------~----~----~----~------~----~------~--~--- >>> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/reviewboard?hl=en >>> >> >> -- >> Want to help the Review Board project? Donate today at >> http://www.reviewboard.org/donate/ >> Happy user? Let us know at http://www.reviewboard.org/users/ >> -~----------~----~----~----~------~----~------~--~--- >> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/reviewboard?hl=en >> > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
