fix: make notebook add button 1dp smaller on all sides (#6423)

This commit is contained in:
nerix
2025-08-26 22:03:46 +02:00
committed by GitHub
parent 03550fc090
commit 6f4bc78a94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ Notebook::Notebook(QWidget *parent)
: BaseWidget(parent)
, addButton_(new DrawnButton(DrawnButton::Symbol::Plus,
{
.padding = 6,
.padding = 7,
.thickness = 1,
},
this))