mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 23:29:58 +00:00
fix configuration
This commit is contained in:
@ -362,7 +362,7 @@ void GraphicalItem::showConfiguration(const QStringList tags)
|
||||
ui->spinBox_width->setValue(_width);
|
||||
|
||||
int ret = exec();
|
||||
if (ret == 0) {
|
||||
if (ret == 1) {
|
||||
QStringList colorText;
|
||||
setName(ui->label_nameValue->text());
|
||||
setComment(ui->lineEdit_comment->text());
|
||||
|
Reference in New Issue
Block a user