User Tools

Site Tools


columns_ui:config:playlist_view:columns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
columns_ui:config:playlist_view:columns [2008/06/18 14:58] musicmusiccolumns_ui:config:playlist_view:columns [2009/12/14 16:25] (current) 109.167.47.185
Line 2: Line 2:
 {{ :columns_ui:config:playlist_view:columns_options.png }} {{ :columns_ui:config:playlist_view:columns_scripts.png }} {{ :columns_ui:config:playlist_view:columns_options.png }} {{ :columns_ui:config:playlist_view:columns_scripts.png }}
 ===== Columns ===== ===== Columns =====
 +
 ==== Columns ==== ==== Columns ====
 A list of all columns. Select one to modify it. A list of all columns. Select one to modify it.
Line 23: Line 24:
 ==== Size weight ==== ==== Size weight ====
 The weight of this column; used in auto-resizing mode to allocate extra space to a column. The weight determines the percentage of the extra space that a column gets. If this is zero, the column has a fixed width. Higher weight means the column gets a greater share of the available space. For the mathematically inclined, here is a formula to calculate the actual width (note that for technical reasons this is not the exact formula used):((the width will never be negative, in this case it will be zero, and the extra space gained is evenly distributed across the other columns)) The weight of this column; used in auto-resizing mode to allocate extra space to a column. The weight determines the percentage of the extra space that a column gets. If this is zero, the column has a fixed width. Higher weight means the column gets a greater share of the available space. For the mathematically inclined, here is a formula to calculate the actual width (note that for technical reasons this is not the exact formula used):((the width will never be negative, in this case it will be zero, and the extra space gained is evenly distributed across the other columns))
-  (width + (resize parts setting) * ( (window width) - (sum of all width settings) ) / (sum of all resize parts settings) )+  (width + (size weight) * ( (window width) - (sum of all widths) ) / (sum of all size weights) )
 ==== Alignment ==== ==== Alignment ====
 Set the alignment for the column's title and text; this does not affect the columns items if using tab characters in that column's display string. Set the alignment for the column's title and text; this does not affect the columns items if using tab characters in that column's display string.
columns_ui/config/playlist_view/columns.1213801083.txt.gz · Last modified: 2008/06/18 14:58 (external edit)