GNU 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: |
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.
|
Victor Porton <porton> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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 | Status | None | ![]() |
Confirmed |
Assigned to | None | ![]() |
mdbenito |
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 ();