The following patches to 1.2.x are to fix some UI inconsistencies
with Motif 1.2.  It is possible that these patches are not necessary
for LessTif, however without them true Motif 1.2 will display in
an awkward way.  Basically, the first patch fixes the 'delete'
button on the main window, and the second patch fixes the 'notes'
window.

-derek

===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/motif/MainWindow.c,v
retrieving revision 1.30.2.5
diff -c -r1.30.2.5 MainWindow.c
*** MainWindow.c        1999/08/08 19:31:48     1.30.2.5
--- MainWindow.c        1999/09/24 17:46:38
***************
*** 794,800 ****
                                      XmNleftAttachment,     XmATTACH_POSITION,
                                      XmNleftPosition,       position,
                                      XmNrightAttachment,    XmATTACH_POSITION,
!                                     XmNrightPosition,      position+3,
                                      XmNshowAsDefault,      True,
                                      XmNnavigationType,     XmTAB_GROUP,
                                      NULL );
--- 794,800 ----
                                      XmNleftAttachment,     XmATTACH_POSITION,
                                      XmNleftPosition,       position,
                                      XmNrightAttachment,    XmATTACH_POSITION,
!                                     XmNrightPosition,      position+4,
                                      XmNshowAsDefault,      True,
                                      XmNnavigationType,     XmTAB_GROUP,
                                      NULL );
Index: src/motif/TextBox.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/motif/TextBox.c,v
retrieving revision 1.5
diff -c -r1.5 TextBox.c
*** TextBox.c   1999/01/20 06:02:07     1.5
--- TextBox.c   1999/09/24 17:46:38
***************
*** 210,220 ****
--- 210,222 ----
     *  resize. */
    XtManageChild( actionform );
    
+ #if 0
      {
      Dimension h;
      XtVaGetValues( widget, XmNheight, &h, NULL );
      XtVaSetValues( actionform, XmNpaneMaximum, h, XmNpaneMinimum, h, NULL );
      }
+ #endif
      
    XtManageChild( pane );
    XtPopup( dialog, XtGrabNone );

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to