Skip to content

Commit 5cbf2fe

Browse files
committed
Update background pattern from @bpennock
1 parent b2b308f commit 5cbf2fe

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ void ModuleWidget::updateProgressBar(double percent)
663663

664664
void ModuleWidget::updateModuleTime()
665665
{
666+
//TODO: make this configurable
666667
progressBar_->setFormat(QString("%1 s : %p%").arg(timer_.elapsed()));
667668
}
668669

1.69 KB
Loading
1.26 KB
Loading
1.09 KB
Loading
-44.2 KB
Binary file not shown.

src/Interface/Application/SCIRunMainWindow.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ SCIRunMainWindow::SCIRunMainWindow() : firstTimePythonShown_(true)
215215
connect(networkEditor_->verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(updateMiniView()));
216216
connect(networkEditor_->horizontalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(updateMiniView()));
217217
if (newInterface())
218-
networkEditor_->setBackgroundBrush(QPixmap(":/general/Resources/inflicted2X.png"));
218+
networkEditor_->setBackgroundBrush(QPixmap(":/general/Resources/SCIgrid-small.png"));
219219

220220
connect(scirunDataPushButton_, SIGNAL(clicked()), this, SLOT(setDataDirectoryFromGUI()));
221221
connect(actionFilter_modules_, SIGNAL(triggered()), this, SLOT(setFocusOnFilterLine()));
-2.49 KB
Binary file not shown.

src/Interface/Application/scirun5.qrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<file>Resources/showAll.png</file>
1515
<file>Resources/faveNo.png</file>
1616
<file>Resources/faveYes.png</file>
17-
<file>Resources/inflicted2X.png</file>
17+
<file>Resources/SCIgrid-large.png</file>
18+
<file>Resources/SCIgrid-medium.png</file>
19+
<file>Resources/SCIgrid-small.png</file>
1820
</qresource>
1921
</RCC>

0 commit comments

Comments
 (0)