Skip to content

Commit 64357ff

Browse files
Updates release type to rc10 (#25)
1 parent 8ca132f commit 64357ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"versionMinor": 0,
4343
"versionPatch": 0,
4444
"buildNumber": 0,
45-
"releaseType": "rc9",
45+
"releaseType": "rc10",
4646
"author": "Elgato",
4747
"website": "https://elgato.com",
4848
"email": "support@elgato.com",

src/elgato-cloud-window.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,12 @@ QPixmap AvatarImage::_setupImage(std::string imagePath)
131131
{
132132
int targetHeight = 40;
133133
int cornerRadius = 20;
134+
//QImage image(imagePath.c_str());
134135
QPixmap img;
135136

136137
if (imagePath != "")
137138
img.load(imagePath.c_str());
139+
//img = img.fromImage(image.scaled(40, 40, Qt::IgnoreAspectRatio, Qt::SmoothTransformation));
138140

139141
int width = img.width();
140142
int height = img.height();

0 commit comments

Comments
 (0)