----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122491/ -----------------------------------------------------------
(Updated Feb. 8, 2015, 11:01 p.m.) Status ------ This change has been discarded. Review request for Plasma and KDE Usability. Description ------- KDE Plasma 5 system tray applets resize Diffs ----- Diff: https://git.reviewboard.kde.org/r/122491/diff/ Testing ------- Hello I've modified the size of the expanded system tray applets using the file main.qml located at: /usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml (I have uploaded a copy of the modified file below), thus when expanded they take less space on notebook screens with low resolution (15 inch 1376x768), I also tested it with a high resolution monitor (19 inch) and it definitely improves the space there too. Below there are some screenshots with the "before" and "after" the edit. Also here are the modified values: 74,75c74,75 < Layout.minimumWidth: Layout.minimumHeight * 2.15 < Layout.minimumHeight: units.gridUnit * 12 --- > Layout.minimumWidth: Layout.minimumHeight * 1.75 > Layout.minimumHeight: units.gridUnit * 14 Kind regards! File Attachments ---------------- main.qml.diff https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/b48a4d4d-f1f9-474f-b09a-361705cdfea4__main.qml.diff main.qml https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/379e714e-5aee-4717-90d6-cc16015fcf41__main.qml networks_unmodif_laptop.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/df932fb4-018f-4413-82ef-bd1095d3af3b__networks_unmodif_laptop.png networks_modif_laptop.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/2e30dc37-e102-4490-bff6-1992c39f0361__networks_modif_laptop.png battery_unmod_laptop.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/bb58fe79-160d-47c4-bfa5-d08b2a89c617__battery_unmod_laptop.png battery_modif_laptop.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/0304c37e-f51d-4776-8693-cf54c02e946e__battery_modif_laptop.png high_unmodif_bat.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/afcf8ed1-2806-4806-a22d-18cb4c1085e8__high_unmodif_bat.png high_bat.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/f2059ea3-30f6-42f0-9ea2-2e79996fff53__high_bat.png wireless_modif_hires.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/506fd7b8-20e8-41d0-8026-371be5f8dc95__wireless_modif_hires.png wireless_unmodif_hires.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/08/0e595cef-2890-431c-a843-dfaf665f7f30__wireless_unmodif_hires.png Thanks, Blaga Florentin Gabriel
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel