mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
add tool base widget, fix minor bugs, rename some widgets
This commit is contained in:
@@ -58,6 +58,7 @@ void SettingsWidget::setupUI()
|
||||
auto *scrollArea = new QScrollArea();
|
||||
auto *scrollWidget = new QWidget();
|
||||
auto *scrollLayout = new QVBoxLayout(scrollWidget);
|
||||
scrollLayout->setSpacing(35);
|
||||
scrollLayout->setContentsMargins(10, 10, 10, 10);
|
||||
|
||||
// === GENERAL SETTINGS ===
|
||||
|
||||
Reference in New Issue
Block a user