no reason to restrict the margins on .dot files
svn: r10660
This commit is contained in:
@@ -990,8 +990,7 @@ class GraphvizReportDialog(ReportDialog):
|
|||||||
|
|
||||||
if ((pm_l < 0.5 and pm_r < 0.5) or (pm_t < 0.5 and pm_b < 0.5)) and \
|
if ((pm_l < 0.5 and pm_r < 0.5) or (pm_t < 0.5 and pm_b < 0.5)) and \
|
||||||
((self.format_menu.get_clname() == 'gspdf') or \
|
((self.format_menu.get_clname() == 'gspdf') or \
|
||||||
(self.format_menu.get_clname() == 'ps') or \
|
(self.format_menu.get_clname() == 'ps')):
|
||||||
(self.format_menu.get_clname() == 'dot')):
|
|
||||||
warn_text1 = _("Two or more opposite paper margins are less than ")
|
warn_text1 = _("Two or more opposite paper margins are less than ")
|
||||||
warn_text2 = _("More than expected number of pages can be generated.")
|
warn_text2 = _("More than expected number of pages can be generated.")
|
||||||
WarningDialog(warn_text1 + warn_marg, warn_text2)
|
WarningDialog(warn_text1 + warn_marg, warn_text2)
|
||||||
|
Reference in New Issue
Block a user