Many UI improvements and minor fixes

This commit is contained in:
Eduardo Bart
2013-01-08 18:01:47 -02:00
parent a8d3bb97ea
commit 5344a179a4
16 changed files with 152 additions and 65 deletions

View File

@@ -46,6 +46,7 @@ public:
void setFlow(bool enable) { m_flow = enable; update(); }
Size getCellSize() { return m_cellSize; }
int getCellSpacing() { return m_cellSpacing; }
int getNumColumns() { return m_numColumns; }
int getNumLines() { return m_numLines; }