Changeset 5007 for trunk/gtk/torrent-inspector.c
- Timestamp:
- Feb 12, 2008, 4:56:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-inspector.c
r5003 r5007 667 667 668 668 hig_workarea_add_section_title (t, &row, _("Torrent Information")); 669 hig_workarea_add_section_spacer (t, row, 5);670 669 671 670 g_snprintf (name, sizeof(name), namefmt, _("Tracker")); … … 713 712 hig_workarea_add_section_divider (t, &row); 714 713 hig_workarea_add_section_title (t, &row, _("Created by")); 715 hig_workarea_add_section_spacer (t, row, 2);716 714 717 715 g_snprintf (name, sizeof(name), namefmt, _("Creator")); … … 727 725 hig_workarea_add_section_divider (t, &row); 728 726 hig_workarea_add_section_title (t, &row, _("Location")); 729 hig_workarea_add_section_spacer (t, row, 3);730 727 731 728 g_snprintf (name, sizeof(name), namefmt, _("Downloaded data")); … … 841 838 842 839 hig_workarea_add_section_title (t, &row, _("Transfer")); 843 hig_workarea_add_section_spacer (t, row, 8);844 840 845 841 l = a->state_lb = gtk_label_new (NULL); … … 872 868 hig_workarea_add_section_divider (t, &row); 873 869 hig_workarea_add_section_title (t, &row, _("Completeness")); 874 hig_workarea_add_section_spacer (t, row, 1);875 870 876 871 w = a->availability_da = gtk_drawing_area_new (); … … 882 877 hig_workarea_add_section_divider (t, &row); 883 878 hig_workarea_add_section_title (t, &row, _("Dates")); 884 hig_workarea_add_section_spacer (t, row, 3);885 879 886 880 l = a->date_added_lb = gtk_label_new (NULL); … … 984 978 t = hig_workarea_create (); 985 979 hig_workarea_add_section_title (t, &row, _("Speed Limits") ); 986 hig_workarea_add_section_spacer (t, row, 2);987 980 988 981 tb = gtk_check_button_new_with_mnemonic (_("Limit _download speed to:")); … … 1022 1015 hig_workarea_add_section_divider (t, &row); 1023 1016 hig_workarea_add_section_title (t, &row, _("Peer Connections")); 1024 hig_workarea_add_section_spacer (t, row, 1);1025 1017 1026 1018 maxConnectedPeers = tr_torrentGetMaxConnectedPeers( tor );
Note: See TracChangeset
for help on using the changeset viewer.