summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-10 14:32:31 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-10 14:32:31 +0200
commitd18890a0df56134b9a1e361bba8e909181412011 (patch)
tree8e83c103e908086d78613838d52b2b09b738ebe2 /src/Gui
parent8e86ee207e5ce77189d287597adbda86c781a514 (diff)
downloadabrt-d18890a0df56134b9a1e361bba8e909181412011.tar.gz
abrt-d18890a0df56134b9a1e361bba8e909181412011.tar.xz
abrt-d18890a0df56134b9a1e361bba8e909181412011.zip
minor fix in reporter gui
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CCReporterDialog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 965edbd0..f9669baa 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -53,7 +53,6 @@ class ReporterDialog():
#renderer.props.wrap_mode = pango.WRAP_WORD
#renderer.props.wrap_width = 600
column = gtk.TreeViewColumn('Value', renderer, text=1, editable=2)
- column.props.max_width = 10
self.tvReport.append_column(column)
renderer.connect('edited',self.column_edited,self.reportListStore)
# toggle