Skip to content

Commit

Permalink
Removed an unnecessary separator in the tileset dock
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 27, 2013
1 parent 97d1c9f commit be6dc96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tiled/tilesetdock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ TilesetDock::TilesetDock(QWidget *parent):

mZoomable = new Zoomable(this);
mZoomable->setZoomFactors(QVector<qreal>() << 0.25 << 0.5 << 0.75 << 1.0 << 1.25 << 1.5 << 1.75 << 2.0 << 4.0);
mToolBar->addSeparator();
mZoomComboBox = new QComboBox;
mZoomable->connectToComboBox(mZoomComboBox);
horizontal->addWidget(mZoomComboBox);
Expand Down

0 comments on commit be6dc96

Please sign in to comment.