[FZ editor] UX update for edit dialog (#9709)

* Layout title label fix

* Updated formatting for resolution textlabel

* Updated UX

* Added tooltip to layout title textblock

* Updated icon button styles

* Moved buttons around

* Updated margin

* Updated strings

* Revert "Updated strings"

This reverts commit cc4e1764b7.

* [spell checker] add terms

Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
This commit is contained in:
Niels Laute
2021-02-19 14:17:13 +01:00
committed by GitHub
parent 5dae51e12e
commit a29b3aa500
8 changed files with 221 additions and 222 deletions

View File

@@ -286,7 +286,7 @@ namespace FancyZonesEditor.Properties {
}
/// <summary>
/// Looks up a localized string similar to Edit zones.
/// Looks up a localized string similar to Edit zone layout.
/// </summary>
public static string Edit_zones {
get {
@@ -665,7 +665,7 @@ namespace FancyZonesEditor.Properties {
}
/// <summary>
/// Looks up a localized string similar to Decrement number of zones in template layout.
/// Looks up a localized string similar to Decrement number of zones.
/// </summary>
public static string Zone_Count_Decrement {
get {
@@ -674,7 +674,7 @@ namespace FancyZonesEditor.Properties {
}
/// <summary>
/// Looks up a localized string similar to Increment number of zones in template layout.
/// Looks up a localized string similar to Increment number of zones.
/// </summary>
public static string Zone_Count_Increment {
get {

View File

@@ -176,10 +176,10 @@ To merge zones, select the zones and click "merge".</value>
<value>Templates</value>
</data>
<data name="Zone_Count_Decrement" xml:space="preserve">
<value>Decrement number of zones in template layout</value>
<value>Decrement number of zones</value>
</data>
<data name="Zone_Count_Increment" xml:space="preserve">
<value>Increment number of zones in template layout</value>
<value>Increment number of zones</value>
</data>
<data name="Error_Invalid_Arguments" xml:space="preserve">
<value>FancyZones Editor arguments are invalid.</value>
@@ -298,7 +298,7 @@ To merge zones, select the zones and click "merge".</value>
<value>Are you sure you want to delete this layout?</value>
</data>
<data name="Edit_zones" xml:space="preserve">
<value>Edit zones</value>
<value>Edit zone layout</value>
</data>
<data name="No_Custom_Layouts_Message" xml:space="preserve">
<value>Create or duplicate a layout to get started</value>