mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-03 22:21:27 +03:00
Seperate space
This commit is contained in:
@@ -273,7 +273,7 @@ void MainWindow::updateUI()
|
|||||||
}
|
}
|
||||||
|
|
||||||
CustomButton *button = new CustomButton(health, deviceName, temperature, healthColor, this);
|
CustomButton *button = new CustomButton(health, deviceName, temperature, healthColor, this);
|
||||||
button->setToolTip(tr("Disk ") + QString::number(i) + " : " + modelName + " : " + userCapacityString);
|
button->setToolTip(tr("Disk") + " " + QString::number(i) + " : " + modelName + " : " + userCapacityString);
|
||||||
|
|
||||||
buttonGroup->addButton(button);
|
buttonGroup->addButton(button);
|
||||||
horizontalLayout->addWidget(button);
|
horizontalLayout->addWidget(button);
|
||||||
|
|||||||
Reference in New Issue
Block a user