mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Give the suggest remote dialog a proper title
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@
|
||||
this.ShowInTaskbar = false;
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "SuggestRemoteDialog";
|
||||
this.Text = "Choose Remote Host?";
|
||||
tableLayout.ResumeLayout(false);
|
||||
topPanel.ResumeLayout(false);
|
||||
topPanel.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user