mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix resize on windows
This commit is contained in:
@@ -136,6 +136,7 @@ func (w *windowsWebviewWindow) setURL(url string) {
|
||||
|
||||
func (w *windowsWebviewWindow) setResizable(resizable bool) {
|
||||
w.setStyle(resizable, w32.WS_THICKFRAME)
|
||||
w.execJS(fmt.Sprintf("window._wails.setResizable(%v);", resizable))
|
||||
}
|
||||
|
||||
func (w *windowsWebviewWindow) setMinSize(width, height int) {
|
||||
|
||||
Reference in New Issue
Block a user