Skip to content

Commit

Permalink
Defaulting now to small spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kupiqu committed Dec 12, 2018
1 parent 04665b9 commit 975d5df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

project(sierrabreezeenhanced)
set(PROJECT_VERSION "0.4.3")
set(PROJECT_VERSION "0.4.4")
set(PROJECT_VERSION_MAJOR 0)

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
V0.4.4
---------

* Defaulting now to small spacing

V0.4.3
---------

Expand Down
9 changes: 5 additions & 4 deletions breeze.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ namespace Breeze
Frame_FrameRadius = 3,

//* titlebar metrics, in units of small spacing
TitleBar_TopMargin = 2,
TitleBar_BottomMargin = 2,
TitleBar_SideMargin = 2,
TitleBar_ButtonSpacing = 2,
// defaulting now to small spacing
TitleBar_TopMargin = 1, // 2,
TitleBar_BottomMargin = 1, // 2,
TitleBar_SideMargin = 1, // 2,
TitleBar_ButtonSpacing = 1, // 2,

// shadow dimensions (pixels)
Shadow_Overlap = 3,
Expand Down

0 comments on commit 975d5df

Please sign in to comment.