Skip to content

Commit

Permalink
Amélioration aspect fiche Prog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrick-f committed May 24, 2020
1 parent a0c4c61 commit f588c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/draw_cairo_prg2.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@ def draw(self, ctx, surRect = None, surObj = None):
# Bilan des Savoirs abordés
#
dicSav, nbrSav = self.prg.GetSavoirsAbordes()
self.DrawBoutonSavoir(ctx, self.prg, None, dicSav, self.posZOrganis[1] + htitre + self.ecartY*3/2,
h = self.posZComp[1] - self.posZOrganis[1] - self.ecartY*3/2 - htitre,
self.DrawBoutonSavoir(ctx, self.prg, None, dicSav, self.posZOrganis[1] + htitre + self.ecartY/2,
h = self.posZComp[1] - self.posZOrganis[1] - self.ecartY - htitre,
nbr = nbrSav)


Expand Down

0 comments on commit f588c6b

Please sign in to comment.