Fenster für Bewertung etwas größer öffnen und mehr Platz für Bemerkungsfeld lassen
This commit is contained in:
@@ -1757,10 +1757,15 @@ namespace BeWo.View.Detail
|
||||
{
|
||||
var control = new RatingEditView();
|
||||
control.InitView(vm);
|
||||
var height = this.ActualHeight - 50;
|
||||
if (height < 600)
|
||||
{
|
||||
height = 600;
|
||||
}
|
||||
var beWoWindow = new BeWoWindow
|
||||
{
|
||||
rootGroupBox = { Header = "Bewertung bearbeiten" },
|
||||
Height = this.Height,
|
||||
Height = height,
|
||||
Width = 1000,
|
||||
MinWidth = 550,
|
||||
WindowStartupLocation = WindowStartupLocation.CenterOwner,
|
||||
|
||||
Reference in New Issue
Block a user