Ticket #192 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

topology's tab makes umit's window too large for small screens

Reported by: gpolo Owned by: luis
Priority: low Milestone: Umit 1.0beta2
Component: RadialNet Version:
Keywords: Cc:

Description

After you go to the topology's tab and click on controls the umit's window may get too big for some screens, but you can't make it smaller. It would be nice to not force some fixed size there.

Attachments

192_resize.patch (0.6 kB) - added by luis 4 years ago.
ScanMapperPage.py.diff (1.8 kB) - added by ignotus 4 years ago.

Change History

Changed 4 years ago by luis

  Changed 4 years ago by luis

Well, I'm aware that it's not a fix. But I think that it should solve the problem. gtk.Expander doesn't restore widget's containers to the old size. Weird. Solve? Ideas are welcome.

  Changed 4 years ago by gpolo

  • milestone changed from Umit 1.0beta1 to Umit 1.0

  Changed 4 years ago by gpolo

  • priority changed from high to low

Changed 4 years ago by ignotus

follow-up: ↓ 6   Changed 4 years ago by ignotus

  • status changed from new to closed
  • resolution set to fixed

When the user enable the ControlWidget? it raise the window to fit its content. Sometimes this content can exceed the screen. I have attached a patch to add a HIGScrolledWindow to solve this.

  Changed 4 years ago by ignotus

  • status changed from closed to reopened
  • resolution fixed deleted

in reply to: ↑ 4   Changed 4 years ago by luis

Replying to ignotus:

When the user enable the ControlWidget? it raise the window to fit its content. Sometimes this content can exceed the screen. I have attached a patch to add a HIGScrolledWindow to solve this.

I was testing it. It works fine. Please commit soon as possible.

  Changed 4 years ago by gpolo

  • milestone changed from Umit 1.0 to Umit 1.0beta2

  Changed 4 years ago by ignotus

  • status changed from reopened to closed
  • resolution set to fixed

  Changed 4 years ago by ignotus

Fixed by r4445.

Note: See TracTickets for help on using tickets.