diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 18:24:16 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 18:24:16 -0500 |
commit | 4ae173fc1f5853297efba7b9673647a9fc905ce6 (patch) | |
tree | 6d1feb8baa515e38a237f452b90aa96e5843481f /src | |
parent | 484cc11540ea00555fdbf88a2101a3b7ac0613ec (diff) |
small ui and scene file update
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8895742..52ab359 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -47,7 +47,7 @@ void MainWindow::initialize() { z_label->setText("Translate Z (T, G):"); z_label->setFont(font); QLabel *w_label = new QLabel(); // W label - w_label->setText("Vorex Depth:"); + w_label->setText("Voxel Depth:"); w_label->setFont(font); currTimeLabel = new QLabel(); // Current Time label |