mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[UI] Remove design size attributes from multiple view files
This commit is contained in:
@@ -31,10 +31,8 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="720"
|
Width="720"
|
||||||
Height="480"
|
Height="500"
|
||||||
x:Class="RomRepoMgr.Views.EditDat"
|
x:Class="RomRepoMgr.Views.EditDat"
|
||||||
Icon="/Assets/avalonia-logo.ico"
|
Icon="/Assets/avalonia-logo.ico"
|
||||||
CanResize="False"
|
CanResize="False"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="90"
|
Height="90"
|
||||||
x:Class="RomRepoMgr.Views.ExportDat"
|
x:Class="RomRepoMgr.Views.ExportDat"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="150"
|
Height="150"
|
||||||
x:Class="RomRepoMgr.Views.ExportRoms"
|
x:Class="RomRepoMgr.Views.ExportRoms"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="90"
|
Height="90"
|
||||||
x:Class="RomRepoMgr.Views.ImportDat"
|
x:Class="RomRepoMgr.Views.ImportDat"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="360"
|
Height="360"
|
||||||
x:Class="RomRepoMgr.Views.ImportDatFolder"
|
x:Class="RomRepoMgr.Views.ImportDatFolder"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="360"
|
Height="360"
|
||||||
x:Class="RomRepoMgr.Views.ImportRomFolder"
|
x:Class="RomRepoMgr.Views.ImportRomFolder"
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
x:Class="RomRepoMgr.Views.MainWindow"
|
x:Class="RomRepoMgr.Views.MainWindow"
|
||||||
Icon="/Assets/avalonia-logo.ico"
|
Icon="/Assets/avalonia-logo.ico"
|
||||||
Title="RomRepoMgr">
|
Title="RomRepoMgr">
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="90"
|
Height="90"
|
||||||
x:Class="RomRepoMgr.Views.RemoveDat"
|
x:Class="RomRepoMgr.Views.RemoveDat"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
Width="480"
|
Width="480"
|
||||||
Height="320"
|
Height="320"
|
||||||
x:Class="RomRepoMgr.Views.SettingsDialog"
|
x:Class="RomRepoMgr.Views.SettingsDialog"
|
||||||
|
|||||||
@@ -31,8 +31,6 @@
|
|||||||
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
xmlns:vm="clr-namespace:RomRepoMgr.ViewModels;assembly=RomRepoMgr"
|
||||||
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
xmlns:resources="clr-namespace:RomRepoMgr.Resources"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignWidth="800"
|
|
||||||
d:DesignHeight="450"
|
|
||||||
x:Class="RomRepoMgr.Views.UpdateStats"
|
x:Class="RomRepoMgr.Views.UpdateStats"
|
||||||
Icon="/Assets/avalonia-logo.ico"
|
Icon="/Assets/avalonia-logo.ico"
|
||||||
CanResize="False"
|
CanResize="False"
|
||||||
|
|||||||
Reference in New Issue
Block a user