Merge lp:~elementary-pantheon/wingpanel-indicator-network/icons-24 into lp:~wingpanel-devs/wingpanel-indicator-network/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: David Hewitt
Approved revision: 225
Merged at revision: 226
Proposed branch: lp:~elementary-pantheon/wingpanel-indicator-network/icons-24
Merge into: lp:~wingpanel-devs/wingpanel-indicator-network/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/Widgets/DisplayWidget.vala (+1/-0)
To merge this branch: bzr merge lp:~elementary-pantheon/wingpanel-indicator-network/icons-24
Reviewer Review Type Date Requested Status
David Hewitt Approve
Review via email: mp+318312@code.launchpad.net

Commit message

Use 24px icons

Description of the change

We want to use 24px icons here because we have some very wide icons like the cell signal icons and also the wireless network offline icon is slightly wider than 16px.

To post a comment you must log in.
Revision history for this message
David Hewitt (davidmhewitt) wrote :

I know this isn't a problem with this merge request, per-se. But, this causes an issue with the size of the icon when I connect to a VPN on my wireless connection. The normal wireless symbol without the padlock (i.e. not connected to a VPN) is a normal size. Then when I connect to a VPN, the icon grows.

I'll send you some screenshots on Slack to illustrate, but it looks a bit messy, so I don't think this should be merged for now.

review: Disapprove
Revision history for this message
David Hewitt (davidmhewitt) wrote :

This looks good now with the latest revision of the icons from git.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/DisplayWidget.vala'
2--- src/Widgets/DisplayWidget.vala 2017-02-08 19:07:09 +0000
3+++ src/Widgets/DisplayWidget.vala 2017-02-25 16:50:59 +0000
4@@ -29,6 +29,7 @@
5 construct {
6 image = new Gtk.Image ();
7 image.icon_name = "network-wired-symbolic";
8+ image.icon_size = Gtk.IconSize.LARGE_TOOLBAR;
9
10 pack_start (image);
11 }

Subscribers

People subscribed via source and target branches