Class: Redmine::Helpers::Gantt::PDF
- Inherits:
-
Object
- Object
- Redmine::Helpers::Gantt::PDF
- Defined in:
- lib/redmine/helpers/gantt.rb
Overview
Some utility methods for the PDF export
Constant Summary collapse
- MaxCharactorsForSubject =
45
- TotalWidth =
280
- LeftPaneWidth =
100
Class Method Summary collapse
Class Method Details
.right_pane_width ⇒ Object
46 47 48 |
# File 'lib/redmine/helpers/gantt.rb', line 46 def self.right_pane_width TotalWidth - LeftPaneWidth end |