Skip to content

Commit

Permalink
Merge branch 'ign-gui3' into ahcorde/3/snackbarArray
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina authored Mar 25, 2022
2 parents f7daa20 + c14f379 commit 1b58a8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ Application::Application(int &_argc, char **_argv, const WindowType _type)
{
igndbg << "Initializing application." << std::endl;

this->setOrganizationName("Ignition");
this->setOrganizationDomain("ignitionrobotics.org");
this->setApplicationName("Ignition GUI");

// Configure console
common::Console::SetPrefix("[GUI] ");

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/world_control/WorldControl.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RowLayout {
visible: showPlay
text: paused ? playIcon : pauseIcon
checkable: true
anchors.verticalCenter: parent.verticalCenter
Layout.alignment : Qt.AlignVCenter
Layout.minimumWidth: width
Layout.leftMargin: 10
onClicked: {
Expand Down

0 comments on commit 1b58a8c

Please sign in to comment.