Auto-resize status bar text
Bug #283407 reported by
qwertitis
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Fix Released
|
Low
|
Steven Sheehy |
Bug Description
Current statusbar misses a resize grip and actually consists of several GtkStatusbars. This patch replaces the multitude of GtkStatusbars with one single instance, adding GtkFrames to that one instead.
Related branches
Changed in linuxdcpp: | |
assignee: | individ → steven-sheehy |
summary: |
- Statusbar misses the resize grip + Auto-resize status bar text |
tags: | added: mainwindow ui |
tags: |
added: main-window removed: mainwindow |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Instead of creating the frames manually in the code, can't you create them in glade and set its attributes appropriately? I would prefer as much GUI declaration to be done in glade as possible.
On a side note, can you please assign defects to yourself and set to In Progress for defects you're submitting patches for in the future?