Skip to content

Commit

Permalink
Raised mininum column width in LeagueWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Raabe committed Dec 12, 2014
1 parent 272b1d5 commit a52e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/league/leaguewindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LeagueWindow::LeagueWindow(QWidget *parent) :
ui(new Ui::LeagueWindow),
m_classementModel(new LeagueClassementModel(this)),
m_gamePlacementModel(new LeagueGamePlacementModel(this)),
m_minimumColumnWidth(20),
m_minimumColumnWidth(35),
m_maximumColumnWidth(100)
{
ui->setupUi(this);
Expand Down

0 comments on commit a52e6de

Please sign in to comment.