Skip to content
Snippets Groups Projects
Commit b74a6e15 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: (Mv2) refined render tool-bar (added separators).

parent 5ad0af1c
No related branches found
No related tags found
No related merge requests found
......@@ -896,7 +896,13 @@ void
MainWindow
::InitializeRenderToolBar()
{
m_UI->m_RenderToolBar->addSeparator();
{
m_UI->m_RenderToolBar->addWidget(
new QLabel( tr( "Ref.:" ) )
);
QComboBox * comboBox =
new QComboBox( m_UI->m_RenderToolBar );
......@@ -908,6 +914,8 @@ MainWindow
m_UI->m_RenderToolBar->addWidget( comboBox );
}
m_UI->m_RenderToolBar->addSeparator();
{
m_UI->m_RenderToolBar->addWidget(
new ShaderWidget( m_UI->m_RenderToolBar )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment