From ab9abd56f56b1df0bc0318f8d5f60fdfaf2c45e3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 9 Jul 2025 14:07:48 +0100 Subject: [PATCH] [UI] Remove design size attributes from multiple view files --- RomRepoMgr/Views/EditDat.axaml | 4 +--- RomRepoMgr/Views/ExportDat.axaml | 2 -- RomRepoMgr/Views/ExportRoms.axaml | 2 -- RomRepoMgr/Views/ImportDat.axaml | 2 -- RomRepoMgr/Views/ImportDatFolder.axaml | 2 -- RomRepoMgr/Views/ImportRomFolder.axaml | 2 -- RomRepoMgr/Views/MainWindow.axaml | 2 -- RomRepoMgr/Views/RemoveDat.axaml | 2 -- RomRepoMgr/Views/SettingsDialog.axaml | 2 -- RomRepoMgr/Views/UpdateStats.axaml | 2 -- 10 files changed, 1 insertion(+), 21 deletions(-) diff --git a/RomRepoMgr/Views/EditDat.axaml b/RomRepoMgr/Views/EditDat.axaml index 5c96267..e24b6ac 100644 --- a/RomRepoMgr/Views/EditDat.axaml +++ b/RomRepoMgr/Views/EditDat.axaml @@ -31,10 +31,8 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="720" - Height="480" + Height="500" x:Class="RomRepoMgr.Views.EditDat" Icon="/Assets/avalonia-logo.ico" CanResize="False" diff --git a/RomRepoMgr/Views/ExportDat.axaml b/RomRepoMgr/Views/ExportDat.axaml index d53d2c4..a319cc1 100644 --- a/RomRepoMgr/Views/ExportDat.axaml +++ b/RomRepoMgr/Views/ExportDat.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="90" x:Class="RomRepoMgr.Views.ExportDat" diff --git a/RomRepoMgr/Views/ExportRoms.axaml b/RomRepoMgr/Views/ExportRoms.axaml index b6b1eb0..9890324 100644 --- a/RomRepoMgr/Views/ExportRoms.axaml +++ b/RomRepoMgr/Views/ExportRoms.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="150" x:Class="RomRepoMgr.Views.ExportRoms" diff --git a/RomRepoMgr/Views/ImportDat.axaml b/RomRepoMgr/Views/ImportDat.axaml index 40eb325..a91e08e 100644 --- a/RomRepoMgr/Views/ImportDat.axaml +++ b/RomRepoMgr/Views/ImportDat.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="90" x:Class="RomRepoMgr.Views.ImportDat" diff --git a/RomRepoMgr/Views/ImportDatFolder.axaml b/RomRepoMgr/Views/ImportDatFolder.axaml index 7b9bd36..e9d47ff 100644 --- a/RomRepoMgr/Views/ImportDatFolder.axaml +++ b/RomRepoMgr/Views/ImportDatFolder.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="360" x:Class="RomRepoMgr.Views.ImportDatFolder" diff --git a/RomRepoMgr/Views/ImportRomFolder.axaml b/RomRepoMgr/Views/ImportRomFolder.axaml index b3f2cc7..ac53fc8 100644 --- a/RomRepoMgr/Views/ImportRomFolder.axaml +++ b/RomRepoMgr/Views/ImportRomFolder.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="360" x:Class="RomRepoMgr.Views.ImportRomFolder" diff --git a/RomRepoMgr/Views/MainWindow.axaml b/RomRepoMgr/Views/MainWindow.axaml index db1010d..26976f2 100644 --- a/RomRepoMgr/Views/MainWindow.axaml +++ b/RomRepoMgr/Views/MainWindow.axaml @@ -5,8 +5,6 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" x:Class="RomRepoMgr.Views.MainWindow" Icon="/Assets/avalonia-logo.ico" Title="RomRepoMgr"> diff --git a/RomRepoMgr/Views/RemoveDat.axaml b/RomRepoMgr/Views/RemoveDat.axaml index 5143676..954dd7c 100644 --- a/RomRepoMgr/Views/RemoveDat.axaml +++ b/RomRepoMgr/Views/RemoveDat.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="90" x:Class="RomRepoMgr.Views.RemoveDat" diff --git a/RomRepoMgr/Views/SettingsDialog.axaml b/RomRepoMgr/Views/SettingsDialog.axaml index 3152413..c1d8120 100644 --- a/RomRepoMgr/Views/SettingsDialog.axaml +++ b/RomRepoMgr/Views/SettingsDialog.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" Width="480" Height="320" x:Class="RomRepoMgr.Views.SettingsDialog" diff --git a/RomRepoMgr/Views/UpdateStats.axaml b/RomRepoMgr/Views/UpdateStats.axaml index 530de7c..5de30ae 100644 --- a/RomRepoMgr/Views/UpdateStats.axaml +++ b/RomRepoMgr/Views/UpdateStats.axaml @@ -31,8 +31,6 @@ xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr" xmlns:resources="clr-namespace:RomRepoMgr.Resources" mc:Ignorable="d" - d:DesignWidth="800" - d:DesignHeight="450" x:Class="RomRepoMgr.Views.UpdateStats" Icon="/Assets/avalonia-logo.ico" CanResize="False"