diff options
author | jstebbins <[email protected]> | 2010-09-30 23:39:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-09-30 23:39:06 +0000 |
commit | e4a8a2d7fbb5280613de16197524715316522e5e (patch) | |
tree | bbdc3acbae3f12470746523f0f7719c1e34ad393 /gtk/src/callbacks.c | |
parent | 2faa581fa826c8a5057c823ca52d3381fc30b7e0 (diff) |
LinGui: fix some text alignment issues on the picture summary tab
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3559 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/callbacks.c')
-rw-r--r-- | gtk/src/callbacks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index c29d4a8ac..2fb880f18 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -1365,6 +1365,9 @@ show_title_info(signal_user_data_t *ud, ghb_title_info_t *tinfo) gtk_label_set_text (GTK_LABEL(widget), text); g_free(text); + //widget = GHB_WIDGET (ud->builder, "source_interlaced"); + //gtk_label_set_text (GTK_LABEL(widget), tinfo->interlaced ? "Yes" : "No"); + ghb_ui_update(ud, "scale_width", ghb_int64_value(tinfo->width - tinfo->crop[2] - tinfo->crop[3])); // If anamorphic or keep_aspect, the hight will be automatically calculated |