Skip to content

Commit eabaa81

Browse files
committed
Updated translations and cosmetic changes to viewpanel3d
1 parent 1c32e6a commit eabaa81

File tree

5 files changed

+4939
-4571
lines changed

5 files changed

+4939
-4571
lines changed

GUI/Qt/Components/ViewPanel3D.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ViewPanel3D::ViewPanel3D(QWidget *parent) :
6363

6464
// Create the focal point target submenu
6565
m_FocalPointTargetMenu = new QMenu(tr("Focus Camera on "), this);
66+
m_FocalPointTargetMenu->setStyleSheet("font-size:11px;");
6667

6768
// Set up the camera context menu
6869
m_DropMenu = new QMenu(this);
@@ -86,6 +87,7 @@ ViewPanel3D::ViewPanel3D(QWidget *parent) :
8687

8788
// Menu for listing layers
8889
m_MeshLayerMenu = new QMenu(tr("Active Mesh"), this);
90+
m_MeshLayerMenu->setStyleSheet("font-size:11px;");
8991
m_DropMenu->addMenu(m_MeshLayerMenu);
9092
m_DropMenu->setVisible(false);
9193

0 commit comments

Comments
 (0)