Xfce Wiki

Sub domains
 

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
Next revisionBoth sides next revision
dev:hig:panel-plugins [2012/06/03 17:44] – [Mode] mikedev:hig:panel-plugins [2012/06/03 19:06] – [Size] mike
Line 133: Line 133:
   * Progressbars are placed horizontally   * Progressbars are placed horizontally
  
-==== size ==== +==== Size ====
-Plugins should be tested to still render fine in all panel sizes, starting from 16px to 40px at least.+
  
-The exception is a deskbar mode - it should look good when: +Two category of sizes can be distinguished for the panel: small and large size.
-  * a single row is used - in such a case plugins should resort to displaying icons only. Plugins which must display text or input fields are exempt from this requirement. +
-  * look "reasonable" (look good but potentially skipping or clipping some labels) with number of rows equal to 3 and row size equal to 22px.+
  
 +=== Padding ===
 +
 +  * Plugins that include a padding have to stick to 1px for a size < 28px and 2px otherwise.
 +  * When displaying a frame around the plugin, the padding has to be 0px for a size of < 28px and 1px otherwise.
 ==== number of rows ==== ==== number of rows ====