mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
* Allow Frame's to be located in both rows and columns. Improved min
height/width for windows. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@748 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -45,7 +45,9 @@ namespace display {
|
||||
|
||||
class WindowStatusbar : public Window {
|
||||
public:
|
||||
WindowStatusbar() : Window(new Canvas, false, 1), m_lastTick(0) {}
|
||||
WindowStatusbar() :
|
||||
Window(new Canvas, flag_width_dynamic, 0, 1),
|
||||
m_lastTick(0) {}
|
||||
|
||||
virtual void redraw();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user