Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/src/filterpreviewbutton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

DWIDGET_USE_NAMESPACE;

#define MARGIN 5
#define MARGIN 6
#define IMAGE_SIZE 40
#define BUTTON_SIZE (IMAGE_SIZE + MARGIN * 2)

Expand Down
2 changes: 1 addition & 1 deletion src/src/takephotosettingareawidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void takePhotoSettingAreaWidget::initButtons()
m_scrollAreaWidget->setAttribute(Qt::WA_TranslucentBackground, true);
QVBoxLayout *scrollLayout = new QVBoxLayout(m_scrollAreaWidget);
scrollLayout->setContentsMargins(0, 0, 0, 0);
scrollLayout->setSpacing(2);
scrollLayout->setSpacing(0);
m_scrollAreaWidget->setLayout(scrollLayout);
m_scrollArea = new QScrollArea(this);
m_scrollArea->setFrameShape(QFrame::NoFrame);
Expand Down
Loading