mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add a window title to popup for configuring shader processing tool
This commit is contained in:
@@ -457,6 +457,7 @@ bool SettingsDialog::editTool(int existing, ShaderProcessingTool &tool)
|
||||
{
|
||||
QDialog dialog;
|
||||
dialog.setWindowFlags(dialog.windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
dialog.setWindowTitle(tr("Configure Shader Processing Tool"));
|
||||
|
||||
dialog.resize(400, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user