jj: Höhe per Button ändern wird nicht gespeichert
This commit is contained in:
parent
c956d2284a
commit
bca59c1be0
@ -435,7 +435,7 @@ Public Class frmFormDesigner
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
|
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
|
||||||
UpdateSingleValue("WIDTH", newHeight)
|
UpdateSingleValue("HEIGHT", newHeight)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ Public Class frmFormDesigner
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
|
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
|
||||||
UpdateSingleValue("WIDTH", newHeight)
|
UpdateSingleValue("HEIGHT", newHeight)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user