diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a148fc..6a350fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "0.8.1") +set(PROJECT_VERSION "0.8.2") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index 89f4b5b..de145a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +V0.8.2 +--------- + +* Readjustment of corner radius setting + V0.8.1 --------- diff --git a/config/ui/breezeconfigurationui.ui b/config/ui/breezeconfigurationui.ui index 4440e3b..2a81b63 100644 --- a/config/ui/breezeconfigurationui.ui +++ b/config/ui/breezeconfigurationui.ui @@ -331,21 +331,21 @@ - + Unison hovering - + Match Title Bar to Window color - + Allow resizing maximized windows from window edges @@ -497,17 +497,14 @@ - + Corner radius: - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + px diff --git a/screenshots/SBE_settings.png b/screenshots/SBE_settings.png index 1d0ab8f..502c5ec 100644 Binary files a/screenshots/SBE_settings.png and b/screenshots/SBE_settings.png differ