[gthumb] window title: removed the minimum size for the label
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] window title: removed the minimum size for the label
- Date: Sun, 13 Apr 2014 15:18:15 +0000 (UTC)
commit 7894feab614aaa4056a461aeed2f85c2781021c0
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Apr 13 17:17:47 2014 +0200
window title: removed the minimum size for the label
gthumb/gth-window-title.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-window-title.c b/gthumb/gth-window-title.c
index e867a0f..217053f 100644
--- a/gthumb/gth-window-title.c
+++ b/gthumb/gth-window-title.c
@@ -73,7 +73,6 @@ gth_window_title_init (GthWindowTitle *self)
gtk_label_set_line_wrap (GTK_LABEL (self->priv->title), FALSE);
gtk_label_set_single_line_mode (GTK_LABEL (self->priv->title), TRUE);
gtk_label_set_ellipsize (GTK_LABEL (self->priv->title), PANGO_ELLIPSIZE_END);
- gtk_label_set_width_chars (GTK_LABEL (self->priv->title), 20);
gtk_style_context_add_class (gtk_widget_get_style_context (self->priv->title), "title");
gtk_box_pack_start (GTK_BOX (self), self->priv->title, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]