mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-22 11:53:06 +00:00
Remove useless check
This commit is contained in:
parent
972569d816
commit
1c82136062
1 changed files with 0 additions and 5 deletions
|
@ -36,11 +36,6 @@ namespace QForegroundViewer
|
|||
private void ResizeButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
var factor = IncrementNumeric.Value;
|
||||
if(factor == 0.0m)
|
||||
{
|
||||
MessageBox.Show("Try setting a value higher than 0!");
|
||||
return;
|
||||
}
|
||||
int w = (int)(1296 * factor);
|
||||
int h = (int)(759 * factor);
|
||||
main.Width = w;
|
||||
|
|
Loading…
Reference in a new issue