fix: make notebook add button 1dp smaller on all sides (#6423)
This commit is contained in:
@@ -40,7 +40,7 @@ Notebook::Notebook(QWidget *parent)
|
||||
: BaseWidget(parent)
|
||||
, addButton_(new DrawnButton(DrawnButton::Symbol::Plus,
|
||||
{
|
||||
.padding = 6,
|
||||
.padding = 7,
|
||||
.thickness = 1,
|
||||
},
|
||||
this))
|
||||
|
||||
Reference in New Issue
Block a user