mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[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:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user