Rich Shepard wrote:
> Every time I start to use LyX I move the one-line command buffer
> from the
> bottom of the window to the empty space on the right end of the row
> of hieroglyphic buttons, just under the menu.
>
> Is it possible to have the command buffer occupy that space
> automatically?
> It's a very minor point but would be a nice touch.
Not in 1.3.x.
In 1.4.x you'll be able to edit ui/default.ui
# on: the toolbar is visible
# off: the toolbar is not visible
# math: the toolbar is visible only when in math
# table: the toolbar is visible only when in a table
# top: the toolbar should be at the top of the window
# bottom: the toolbar should be at the bottom of the window
# left: the toolbar should be at the left of the window
# right: the toolbar should be at the right of the window
Toolbars
"standard" "on,top"
"extra" "on,top"
"table" "off,bottom"
"math" "off,bottom"
- "minibuffer" "off,bottom"
+ "minibuffer" "on,top"
End
--
Angus