Can't maximize commit dialog

Bug #322526 reported by Fredrik Portström
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar GTK+ Frontends
Triaged
Undecided
Unassigned

Bug Description

The commit dialog does not allow being maximized, unlike the diff window. It would be useful to allow, for seeing diffs.

Tags: gcommit
Revision history for this message
Fredrik Portström (portstrom) wrote :

This can be solved by adding the following line in CommitDialog (commit.py):

self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL)

Changed in bzr-gtk:
status: New → In Progress
Jelmer Vernooij (jelmer)
tags: added: gcommit
removed: commit
Revision history for this message
Daniel Milde (daniel-milde) wrote :

Agree. It's quite annoying that the dialog can't be maximalized.

Revision history for this message
Daniel Milde (daniel-milde) wrote :

In Jaunty:

add

self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL)

to

/usr/share/pyshared/bzrlib/plugins/gtk/commit.py on line 117

Curtis Hovey (sinzui)
Changed in bzr-gtk:
status: In Progress → Triaged
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.