View Issue Details

IDProjectCategoryView StatusLast Update
0000849The Dark ModFeature proposalpublic14.06.2008 06:53
ReporterFidcal Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status acknowledgedResolutionopen 
Summary0000849: Modify readable gui to raise body start if no title.
DescriptionModify a readable gui so the body text starts high if there is no title so as to maximize use of the page.
Test map : test/readable_varibody.map
Test gui : parchment_everett_hand_2.gui
Test xd : varibody_test.xd

The test body text would not fit on one page if it starts at the normal body position.
With no title it could start higher then it fits nicely.
The gui has been modified but the conditional statement ALWAYS works so the body text starts at the top even if there is a title.
Relevant section to be adjusted...

if ("$gui::title" == "")
 {
   set "body::rect" "20, 10, 250, 380";
 }

see also http://modetwo.net/darkmod/index.php?showtopic=7520&view=findpost&p=147997

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
12.06.2008 15:45 Fidcal New Issue
13.06.2008 10:00 greebo Status new => acknowledged
14.06.2008 06:53 greebo Project @3@ => The Dark Mod