diff --git a/CMakeLists.txt b/CMakeLists.txt index 64eb4e9..90e54da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) # set project name and version -project(clipbird VERSION 1.0.0 LANGUAGES CXX) +project(clipbird VERSION 0.0.1 LANGUAGES CXX) # set c++ standard 17 set(CMAKE_CXX_STANDARD 17) diff --git a/assets/styles/dark.qss b/assets/styles/dark.qss index 55e4e6f..2529057 100644 --- a/assets/styles/dark.qss +++ b/assets/styles/dark.qss @@ -113,7 +113,7 @@ QMenu::item { border-radius: 5px; padding: 6px; margin: 2px; - width: 80px; + width: 60px; } QMenu::item:selected { diff --git a/assets/styles/light.qss b/assets/styles/light.qss index bcf569c..96947ed 100644 --- a/assets/styles/light.qss +++ b/assets/styles/light.qss @@ -113,7 +113,7 @@ QMenu::item { border-radius: 5px; padding: 6px; margin: 2px; - width: 80px; + width: 60px; } QMenu::item:selected { diff --git a/cmake/FindBonjour.cmake b/cmake/FindBonjour.cmake index 3dce739..28c85a3 100644 --- a/cmake/FindBonjour.cmake +++ b/cmake/FindBonjour.cmake @@ -4,7 +4,7 @@ # BONJOUR_INCLUDE_DIR - the bonjour include directory # BONJOUR_LIBRARIES - the libraries needed to use bonjour # You need to pass the following variables to cmake: -# BONJOUR_SDK_HOME - the root directory of bonjour +# BONJOUR_SDK_HOME - the root directory of bonjour # try to find dns_sd.h with path hind as BONJOUR_SDK_HOME/include find_path(BONJOUR_INCLUDE_DIR dns_sd.h