fixed size of the attachedwindow for the browser extension for scaling

This commit is contained in:
fourtf
2018-06-25 22:06:17 +02:00
parent 13d28d0d8b
commit 6375a902a0
8 changed files with 135 additions and 69 deletions
+4 -2
View File
@@ -218,7 +218,8 @@ SOURCES += \
src/widgets/userinfopopup.cpp \
src/widgets/welcomedialog.cpp \
src/widgets/label.cpp \
src/widgets/settingspages/browserextensionpage.cpp
src/widgets/settingspages/browserextensionpage.cpp \
src/util/windows_helper.cpp
HEADERS += \
src/precompiled_header.hpp \
@@ -382,7 +383,8 @@ HEADERS += \
src/widgets/label.hpp \
src/util/combine_path.hpp \
src/widgets/settingspages/browserextensionpage.hpp \
src/nullableptr.hpp
src/nullableptr.hpp \
src/util/windows_helper.hpp
RESOURCES += \
resources/resources.qrc