[gnome-control-center] network: Improve the wifi list appearance
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] network: Improve the wifi list appearance
- Date: Thu, 13 Sep 2012 14:50:11 +0000 (UTC)
commit 36958cbf84325805ee16f74a04362239f607e9ff
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Sep 8 21:17:47 2012 -0400
network: Improve the wifi list appearance
Use non-symbolic icons for the arrow, and add padding around the
arrow and the check mark.
https://bugzilla.gnome.org/show_bug.cgi?id=682270
panels/network/net-device-wifi.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c
index 01b1cfd..c7704d4 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
@@ -1750,7 +1750,7 @@ set_arrow_image (GtkCellLayout *layout,
const gchar *icon;
if (arrow_visible (model, iter))
- icon = "go-next-symbolic";
+ icon = "go-next";
else
icon = "";
@@ -2052,6 +2052,8 @@ net_device_wifi_init (NetDeviceWifi *device_wifi)
g_object_set (renderer,
"follow-state", TRUE,
"icon-name", "object-select-symbolic",
+ "xpad", 6,
+ "ypad", 6,
NULL);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (column), renderer,
"visible", COLUMN_ACTIVE,
@@ -2126,6 +2128,8 @@ net_device_wifi_init (NetDeviceWifi *device_wifi)
g_object_set (renderer,
"follow-state", TRUE,
"visible", TRUE,
+ "xpad", 6,
+ "ypad", 6,
NULL);
gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT (column), renderer,
set_arrow_image, device_wifi, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]