Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/10 19:33:44 (14 years ago)
Author:
gkronber
Message:

Implemented changes in plugin administrator UI as requested by swagner. #949 (Overhaul look and feel of plugin administrator)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginAdministrator/3.3/PluginView.Designer.cs

    r3081 r3208  
    165165      //
    166166      this.pluginNameHeader.Text = "Name";
    167       this.pluginNameHeader.Width = 200;
     167      this.pluginNameHeader.Width = 40;
    168168      //
    169169      // pluginVersionHeader
    170170      //
    171171      this.pluginVersionHeader.Text = "Version";
    172       this.pluginVersionHeader.Width = 120;
     172      this.pluginVersionHeader.Width = 288;
    173173      //
    174174      // imageList
     
    181181      //
    182182      this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    183             this.fileNameHeader,
    184             this.fileTypeHeader});
     183            this.fileTypeHeader,
     184            this.fileNameHeader});
    185185      this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
    186186      this.filesListView.Location = new System.Drawing.Point(3, 16);
     
    195195      //
    196196      this.fileNameHeader.Text = "Name";
    197       this.fileNameHeader.Width = 200;
     197      this.fileNameHeader.Width = 289;
    198198      //
    199199      // fileTypeHeader
    200200      //
    201201      this.fileTypeHeader.Text = "Type";
    202       this.fileTypeHeader.Width = 120;
     202      this.fileTypeHeader.Width = 36;
    203203      //
    204204      // filesGroupBox
Note: See TracChangeset for help on using the changeset viewer.