GNOME Bugzilla – Bug 794295
Patches to reduce g-c-c Network panel delta
Last modified: 2018-03-19 00:50:58 UTC
Some small changes to help reduce the delta with g-c-c.
Created attachment 369626 [details] [review] wireless-security: Change labelling style Replace the left justified labels with right justified ones, reduce the space between label and entry and drop the unnecessary ":". This more closely matches the GNOME UI style, reducing the differences between gnome-control-center's Network panel and nm-applet.
Created attachment 369627 [details] [review] wireless-security: Make wireless_security_get_type() into a macro And use WIRELESS_TYPE_SECURITY, rather than calling out to wireless_security_get_type() directly. This looks nicer in GtkListStore definitions.
Created attachment 369628 [details] [review] connection-editor: Change labelling style Replace the left justified labels with right justified ones, reduce the space between label and entry and drop the unnecessary ":". This more closely matches the GNOME UI style, reducing the differences between gnome-control-center's Network panel and nm-applet.
all 3 patches lgtm
Attachment 369626 [details] pushed as e1a0b88 - wireless-security: Change labelling style Attachment 369627 [details] pushed as ed74123 - wireless-security: Make wireless_security_get_type() into a macro Attachment 369628 [details] pushed as 004ac2a - connection-editor: Change labelling style