Skip to content

Commit

Permalink
changing term
Browse files Browse the repository at this point in the history
Conflicts:
	src/GUI/AttributesEditor.cpp
  • Loading branch information
bltzr committed Jul 1, 2014
1 parent 34c4245 commit fb4957e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GUI/AttributesEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ AttributesEditor::createWidgets()

//Start&End buttons
_snapshotAssignStart = new QPushButton;
_snapshotAssignStart->setToolTip("Update start state");
_snapshotAssignStart->setStyleSheet(
" QPushButton {"
"border: 2px solid #6f6f80;"
Expand Down Expand Up @@ -218,6 +219,7 @@ AttributesEditor::createWidgets()
);

_snapshotAssignEnd = new QPushButton;
_snapshotAssignEnd->setToolTip("Update end state");
_snapshotAssignEnd->setStyleSheet(
" QPushButton {"
"border: 2px solid #6f6f80;"
Expand Down

0 comments on commit fb4957e

Please sign in to comment.