mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix: increase live channels window size to fit channel grid (#301)
This commit is contained in:
@@ -573,8 +573,8 @@ fn open_live_channels_window(app: &AppHandle, base_url: Option<String>) -> Resul
|
||||
|
||||
let _live_channels_window = WebviewWindowBuilder::new(app, "live-channels", url)
|
||||
.title("Channel management - World Monitor")
|
||||
.inner_size(440.0, 560.0)
|
||||
.min_inner_size(360.0, 480.0)
|
||||
.inner_size(680.0, 760.0)
|
||||
.min_inner_size(520.0, 600.0)
|
||||
.resizable(true)
|
||||
.background_color(tauri::webview::Color(26, 28, 30, 255))
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user