Jelajahi Sumber

Merge erfolgreich!

Arne Diekmann 8 tahun lalu
induk
melakukan
1432f312ce

+ 10 - 0
GreenTree.Nachtragsmanagement.Web/Extensions/GridViewSettingsHelper.cs

@@ -58,6 +58,8 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
             s.SettingsExport.FileName = "Baustellenliste";
             s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
             s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
             s.SettingsBehavior.EnableCustomizationWindow = true;
             s.SettingsBehavior.AllowHeaderFilter = true;
             s.SettingsPager.AlwaysShowPager = true;
@@ -384,6 +386,8 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
             s.SettingsExport.FileName = "Vertragsabweichungsliste";
             s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
             s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
             s.SettingsBehavior.EnableCustomizationWindow = true;
             s.SettingsBehavior.AllowHeaderFilter = true;
             s.SettingsPager.AlwaysShowPager = true;
@@ -876,6 +880,8 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
             s.SettingsExport.FileName = "Nachtragsliste";
             s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
             s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
             s.SettingsBehavior.EnableCustomizationWindow = true;
             s.SettingsBehavior.AllowHeaderFilter = true;
             s.SettingsPager.AlwaysShowPager = true;
@@ -1393,6 +1399,8 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
             s.SettingsExport.FileName = "Benachrichtigungsliste";
             s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
             s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
             s.SettingsBehavior.EnableCustomizationWindow = true;
             s.SettingsBehavior.AllowHeaderFilter = true;
             s.SettingsPager.AlwaysShowPager = true;
@@ -1574,6 +1582,8 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
             s.SettingsExport.FileName = "Logliste";
             s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
             s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
+            s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
             s.SettingsBehavior.EnableCustomizationWindow = true;
             s.SettingsBehavior.AllowHeaderFilter = true;
             s.SettingsPager.AlwaysShowPager = true;