bugGNU TeXmacs - Bugs: bug #39845, The toolbar should be at a side...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39845: The toolbar should be at a side not at the top

Submitter:  Victor Porton <porton>
Submitted:  Wed 21 Aug 2013 08:15:31 PM UTC
   
 
Category:  User Interface Priority:  5 - Normal
Item Group:  Wishlist Status:  Confirmed
Privacy:  Public Assigned to:  mdbenito
Originator Name:  Open/Closed:  Open
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords: 

Fri 20 Sep 2013 02:51:11 PM UTC, comment #1: 

You could modify the following code a bit to get what you want:

texmacs-texmacs/src/src/Plugins/Qt/qt_tm_widget.cpp

line ~ 280:

  mw->addToolBar (mainToolBar);
  //  mw->addToolBarBreak ();
  mw->addToolBar (Qt::LeftToolBarArea, modeToolBar);
  //  mw->addToolBarBreak ();
  mw->addToolBar (focusToolBar);
  //  mw->addToolBarBreak ();
  mw->addToolBar (userToolBar);
  // mw->addToolBarBreak ();

Tian-Min Yan <timy>
Wed 21 Aug 2013 08:15:31 PM UTC, original submission:  

The toolbar should be at the left or at the right of the main area of the window, not at the top.

Moving the toolbar would free much precious vertical space in the editor area.

Victor Porton <porton>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mdbenito (Updated the item)
  • -email is unavailable- added by timy (Posted a comment)
  • -email is unavailable- added by porton (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-17 mdbenito StatusNone Confirmed
        Assigned toNone mdbenito

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code