Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/10 00:29:17 (14 years ago)
Author:
swagner
Message:

Enabled hiding details in all collection views (#1095)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemListView.Designer.cs

    r4069 r4096  
    106106      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
    107107      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
    108       this.showDetailsCheckBox.TabIndex = 5;
     108      this.showDetailsCheckBox.TabIndex = 4;
    109109      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
    110110      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
     
    162162      this.itemsListView.Size = new System.Drawing.Size(194, 286);
    163163      this.itemsListView.SmallImageList = this.imageList;
    164       this.itemsListView.TabIndex = 4;
     164      this.itemsListView.TabIndex = 5;
    165165      this.itemsListView.UseCompatibleStateImageBehavior = false;
    166166      this.itemsListView.View = System.Windows.Forms.View.Details;
Note: See TracChangeset for help on using the changeset viewer.