fix(ui): Description-Editbox nutzt volle Kartenhoehe statt 320px-Deckel
Die Edit-TextBox war per festem MaxHeight auf 320px begrenzt, auch wenn die Description-Card per Splitter groesser gezogen wurde. Die Card begrenzt die Hoehe bereits selbst (2/3-Cap in UpdateRowLimits), daher stretcht die TextBox jetzt ohne eigenen Deckel bis zur verfuegbaren Card-Hoehe.
This commit is contained in:
@@ -107,7 +107,6 @@
|
|||||||
AcceptsReturn="True"
|
AcceptsReturn="True"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
MinHeight="80"
|
MinHeight="80"
|
||||||
MaxHeight="320"
|
|
||||||
Padding="8"
|
Padding="8"
|
||||||
FontFamily="{DynamicResource MonoFont}"
|
FontFamily="{DynamicResource MonoFont}"
|
||||||
FontSize="{StaticResource FontSizeBody}"
|
FontSize="{StaticResource FontSizeBody}"
|
||||||
|
|||||||
Reference in New Issue
Block a user