| Line 10: | Line 10: | ||
# When fonts should be scaled with the plasmoid and when not? | # When fonts should be scaled with the plasmoid and when not? | ||
# Having multiple type of frames (mainly panels and Desktop views), some plasmoid needs to be painted differently according to the frame (a good example is the folder view plasmoids). | # Having multiple type of frames (mainly panels and Desktop views), some plasmoid needs to be painted differently according to the frame (a good example is the folder view plasmoids). | ||
| + | # A minimum size should be advisable to be set. | ||
== Notes == | == Notes == | ||
| Line 27: | Line 28: | ||
[[Image:frame_control_big.png|thumb]] | [[Image:frame_control_big.png|thumb]] | ||
* '''Panel''': It works fine. | * '''Panel''': It works fine. | ||
| + | |||
| + | === Application Launcher === | ||
| + | * '''Desktop''': Vertical and horizontal resize shouldn't be proportional like in the panel: it's more useful free resizing. | ||
| + | * '''Panel''': It works fine, but when you enlarge the panel the icon doesn't resize: is it the desired behaviour? | ||
| + | |||
| + | === Application Launcher Menu === | ||
| + | * '''Desktop''': It hasn't a minimum size: it should be added. | ||
| + | * '''Panel''': When you enlarge the panel the icon doesn't resize: is it the desired behaviour? | ||
The following list describe resizing problem for all tested plasmoids.
Contents |
If not already specified, some guidelines should be taken to archieve an uniform behaviour. At least developers should be careful to the following points:
I don't know how is called the section of the frame which contains the buttons for rotate, resize, configure and remove the plasmoid. I've used the term "menu bar". Please change with the correct term if it exists.