[gthumb] file properties: make the columns size fixed
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] file properties: make the columns size fixed
- Date: Sat, 9 Nov 2013 20:10:52 +0000 (UTC)
commit 053584b939ae2afd057cd3acfca746dce5971e00
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Nov 5 17:47:09 2013 +0100
file properties: make the columns size fixed
gthumb/gth-file-properties.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-file-properties.c b/gthumb/gth-file-properties.c
index 54435fc..717962b 100644
--- a/gthumb/gth-file-properties.c
+++ b/gthumb/gth-file-properties.c
@@ -401,7 +401,7 @@ gth_file_properties_init (GthFileProperties *self)
NULL);
gtk_tree_view_column_set_expand (column, TRUE);
- gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
+ gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_FIXED);
gtk_tree_view_append_column (GTK_TREE_VIEW (self->priv->tree_view),
column);
@@ -418,7 +418,7 @@ gth_file_properties_init (GthFileProperties *self)
NULL);
gtk_tree_view_column_set_expand (column, TRUE);
- gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE);
+ gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_FIXED);
gtk_tree_view_append_column (GTK_TREE_VIEW (self->priv->tree_view),
column);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]