Continued development
This commit is contained in:
parent
2a7a6f9362
commit
09352654b8
|
|
@ -36,7 +36,7 @@ namespace trakker
|
|||
Cache = SqliteCacheMode.Shared
|
||||
}.ToString();
|
||||
|
||||
Text = $"Project Trakker - v{_AppVersion} / pragmattica.com";
|
||||
Text = $"Project Trakker / {_AppVersion} / pragmattica.com";
|
||||
tabControlMainForm.TabPages[0].Text = " Home ";
|
||||
tabControlMainForm.TabPages[1].Text = " Clients ";
|
||||
tabControlMainForm.TabPages[2].Text = " Projects ";
|
||||
|
|
@ -335,8 +335,8 @@ namespace trakker
|
|||
|
||||
public void InitProjectTasks()
|
||||
{
|
||||
//dataGridViewProjectTasks.Rows.Clear();
|
||||
//richTextBoxTaskComments.Text = string.Empty;
|
||||
dataGridViewProjectTasks.Rows.Clear();
|
||||
richTextBoxTaskComments.Text = string.Empty;
|
||||
richTextBoxTaskComments.WordWrap = false;
|
||||
richTextBoxTaskComments.ReadOnly = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue