We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f306169 + 34e5c07 commit 8853c32Copy full SHA for 8853c32
src/Concerns/HasDimensions.php
@@ -9,8 +9,11 @@ trait HasDimensions
9
protected int $height = 400;
10
11
protected int $minWidth = 0;
12
+
13
protected int $minHeight = 0;
14
15
protected int $maxWidth = 0;
16
17
protected int $maxHeight = 0;
18
19
protected $x;
src/MenuBar/MenuBarManager.php
@@ -3,7 +3,6 @@
3
namespace Native\Laravel\MenuBar;
4
5
use Native\Laravel\Client\Client;
6
-use Native\Laravel\Concerns\DetectsWindowId;
7
8
class MenuBarManager
{
src/Windows/Window.php
@@ -2,7 +2,6 @@
2
namespace Native\Laravel\Windows;
-use Illuminate\Support\Facades\URL;
use Native\Laravel\Concerns\HasDimensions;
use Native\Laravel\Concerns\HasUrl;
0 commit comments