Skip to content

Commit

Permalink
threshold widget always floating horizontal for the idle section
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Jan 7, 2008
1 parent 1a24b9a commit 54f5d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/slashcode/templates/printCommentsMain;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ __name__
printCommentsMain
__template__
[% horiz = 0; rooted = 0;
IF user.comments_control;
IF gSkin.name == 'idle';
horiz = 1;
ELSIF user.comments_control;
rooted = 1 IF user.comments_control == 'rooted';
horiz = 1 IF rooted || user.comments_control == 'horizontal';
ELSE;
Expand Down

0 comments on commit 54f5d09

Please sign in to comment.