Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/02/14 13:48:38 (10 years ago)
Author:
ascheibe
Message:

#2147 merged r10453 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs

    r9456 r11072  
    9696            this.priorityComboBox.SelectedIndex = Content.Task.Priority;
    9797          } else {
    98             this.priorityComboBox.SelectedIndex = 0;
     98            this.priorityComboBox.SelectedIndex = 1;
    9999          }
    100100          this.coresNeededComboBox.Text = Content.Task.CoresNeeded.ToString();
     
    103103          this.jobIdTextBox.Text = string.Empty;
    104104          this.dateCreatedTextBox.Text = string.Empty;
    105           this.priorityComboBox.SelectedIndex = 0;
     105          this.priorityComboBox.SelectedIndex = 1;
    106106          this.coresNeededComboBox.Text = "1";
    107107          this.memoryNeededComboBox.Text = "128";
Note: See TracChangeset for help on using the changeset viewer.