This commit is contained in:
parent
5b78e499ca
commit
32a20aeaef
|
@ -1406,7 +1406,7 @@ create_disk_tab(GtkWidget *tab_vbox)
|
||||||
|
|
||||||
vbox1 = gkrellm_gtk_category_vbox(vbox,
|
vbox1 = gkrellm_gtk_category_vbox(vbox,
|
||||||
_("Format String for Chart Labels"),
|
_("Format String for Chart Labels"),
|
||||||
GK_BOX_SPACING, 0, TRUE);
|
4, 0, TRUE);
|
||||||
text_format_combo_box = gtk_combo_box_entry_new_text();
|
text_format_combo_box = gtk_combo_box_entry_new_text();
|
||||||
gtk_box_pack_start(GTK_BOX(vbox1), text_format_combo_box, FALSE, FALSE, 0);
|
gtk_box_pack_start(GTK_BOX(vbox1), text_format_combo_box, FALSE, FALSE, 0);
|
||||||
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),
|
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),
|
||||||
|
|
Loading…
Reference in New Issue