Fix gap between control and frame

7e678c34 removed the offsets from all sides, but that created a gap at the
right and bottom edges. This is because the frame is actually just 1px on
each side, but Frame_FrameWidth didn't match that.
wilder-5.24
Fabian Vogt 5 years ago
parent 84d5abb4f9
commit 7f18a88cb1
  1. 2
      kstyle/breezemetrics.h

@ -35,7 +35,7 @@ namespace Breeze
struct Metrics
{
// frames
static constexpr int Frame_FrameWidth = 2;
static constexpr int Frame_FrameWidth = 1;
static constexpr int Frame_FrameRadius = 3;
// layout

Loading…
Cancel
Save