slim down mixer popup

SVN revision: 60233
This commit is contained in:
Carsten Haitzler 2011-06-12 01:57:26 +00:00
parent 4b477da780
commit 817d807c10
1 changed files with 1 additions and 2 deletions

View File

@ -590,14 +590,13 @@ _mixer_popup_new(E_Mixer_Instance *inst)
else
inst->ui.mute = NULL;
inst->ui.button = e_widget_button_add(evas, _("Controls"), NULL,
inst->ui.button = e_widget_button_add(evas, NULL, "preferences-system",
_mixer_popup_cb_mixer, inst, NULL);
e_widget_table_object_append(inst->ui.table, inst->ui.button,
0, 7, colspan, 1, 1, 1, 1, 0);
e_widget_size_min_get(inst->ui.table, &mw, &mh);
if (mh < 208) mh = 208;
if (mw < 68) mw = 68;
e_widget_size_min_set(inst->ui.table, mw, mh);
e_gadcon_popup_content_set(inst->popup, inst->ui.table);