Class: Redmine::Helpers::Gantt::PDF

Inherits:
Object
  • Object
show all
Defined in:
lib/redmine/helpers/gantt.rb

Overview

:nodoc: Some utility methods for the PDF export

Constant Summary

MaxCharactorsForSubject =
45
TotalWidth =
280
LeftPaneWidth =
100

Class Method Summary collapse

Class Method Details

.right_pane_widthObject



42
43
44
# File 'lib/redmine/helpers/gantt.rb', line 42

def self.right_pane_width
  TotalWidth - LeftPaneWidth
end