mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: fix linux resizing blocking scrollbar
This commit is contained in:
parent
ada0ca1472
commit
e0760e6250
@ -14,3 +14,4 @@ LASTFM_API_SECRET=$LASTFM_API_SECRET
|
||||
RELEASE_CHANNEL=$RELEASE_CHANNEL
|
||||
|
||||
HIDE_DONATIONS=$HIDE_DONATIONS
|
||||
DISABLE_SPOTIFY_IMAGES=$DISABLE_SPOTIFY_IMAGES
|
||||
|
@ -189,7 +189,10 @@ class Spotube extends HookConsumerWidget {
|
||||
);
|
||||
|
||||
if (kIsLinux) {
|
||||
child = DragToResizeArea(child: child);
|
||||
child = DragToResizeArea(
|
||||
resizeEdgeSize: 2.5,
|
||||
child: child,
|
||||
);
|
||||
}
|
||||
|
||||
return child;
|
||||
|
Loading…
Reference in New Issue
Block a user