Skip to content

Commit

Permalink
Updated config label
Browse files Browse the repository at this point in the history
  • Loading branch information
DevGamer9991 committed Aug 19, 2023
1 parent a92b56c commit 82013b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ConfigWidget::ConfigWidget(QWidget *widgetParent)
setFeatures(QDockWidget::DockWidgetFloatable |
QDockWidget::DockWidgetMovable);

mainLayout->addWidget(new QLabel("Config Widget"));
mainLayout->addWidget(new QLabel("IP Address:"));

mainLayout->addWidget(ipInput);

Expand Down

0 comments on commit 82013b1

Please sign in to comment.