file type manager cannot change width

Bug #449428 reported by Dig Ge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Tweak
Fix Released
Medium
Ding Zhou

Bug Description

Open FileTypeManager tab, 2 columns on the right, but the width cannot be changed.

By set "set_resizable" to True, it can drag, and still cannot show full text (renderer limited)

def __add_columns(self):
    column = gtk.TreeViewColumn(_('File Type'))
+ column.set_resizable(True)

    renderer = gtk.CellRendererPixbuf()
    column.pack_start(renderer, False)

Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
status: New → Confirmed
assignee: nobody → TualatriX (tualatrix)
importance: Undecided → Medium
milestone: none → 0.5.0
Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
status: Confirmed → Fix Committed
Ding Zhou (tualatrix)
Changed in ubuntu-tweak:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.