gui: Adjust tab sizing

Because "year" only had 1 pixel and wasn't showing up.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-24 16:49:48 -05:00 committed by Anna Schumaker
parent 60c35219c2
commit 9e68f8213b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public:
Gtk::TreeModelColumn<unsigned int> q_col_count;
Gtk::TreeModelColumn<std::string> q_col_played;
} queue_cols;
static unsigned int q_col_width[] = { 20, 300, 60, 125, 125, 1, 125, 60, 1 };
static unsigned int q_col_width[] = { 20, 300, 60, 100, 100, 45, 100, 60, 1 };
/*