Move Scratch window from the toolbar
Bug #901588 reported by
Mario Guerriero
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
In all the Gtk+ 3 apps you can move the app window from its toolbar. In Scratch it does not happen.
Changed in scratch: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Changed in scratch: | |
status: | Confirmed → Fix Committed |
Changed in scratch: | |
milestone: | none → 1.1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think you've forgotten to add the style class to the primary toolbar. That is ame.get_ style_context (). add_class ("primary- toolbar" );
PrimaryToolbarN