mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 19:00:16 +01:00
2005-06-16 Dan Williams <dcbw@redhat.com>
Patch from Robert Love:
* gnome/applet/menu-items.c
- (network_menu_item_new): pass -1 as wireless network
menu items height size request rather than ascent / 2
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@695 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
058a15490e
commit
ca78b2f849
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2005-06-16 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Robert Love:
|
||||
* gnome/applet/menu-items.c
|
||||
- (network_menu_item_new): pass -1 as wireless network
|
||||
menu items height size request rather than ascent / 2
|
||||
|
||||
2005-06-16 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* Clean up wording in Wireless Scan Methods menu items and constants
|
||||
|
|
|
|||
|
|
@ -216,8 +216,8 @@ NMNetworkMenuItem *network_menu_item_new (GtkSizeGroup *encryption_size_group)
|
|||
ascent = pango_font_metrics_get_ascent (metrics) * 1.5 / PANGO_SCALE;
|
||||
pango_font_metrics_unref (metrics);
|
||||
|
||||
/* size our progress bar to be five ascents long, one high */
|
||||
gtk_widget_set_size_request (item->progress, ascent * 5, ascent / 2);
|
||||
/* size our progress bar to be five ascents long */
|
||||
gtk_widget_set_size_request (item->progress, ascent * 5, -1);
|
||||
|
||||
gtk_box_pack_end (GTK_BOX (hbox), item->progress, FALSE, TRUE, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue