Skip to content

Commit

Permalink
Update colorbox margins
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Apr 30, 2024
1 parent 533d925 commit d388e69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/colorbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void ColorBox::initUI()
mColorWheel = new ColorWheel(this);

QVBoxLayout* layout = new QVBoxLayout;
layout->setContentsMargins(5, 5, 5, 5);
layout->setContentsMargins(3, 3, 3, 3);
layout->addWidget(mColorWheel);
layout->setStretch(0, 1);
layout->setStretch(1, 0);
Expand Down
6 changes: 0 additions & 6 deletions app/ui/colorpalette.ui
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
Expand Down

0 comments on commit d388e69

Please sign in to comment.