mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 19:36:38 +10:00
Use more convenient format for color settings
We are storing color settings in BBGGRR format (for historical reasons). This may be confusing for people that are used to (more widely used) RRGGBB format. Thus we will present color settings in RRGGBB format when editing. We will still use BBGGRR format for those settings internally. To maintain backward compatibility with existing settings stored in registry/xml. Also setting descriptions now contain hint about expected color format. This way it should be more clear what values `Open-Shell` expects. Fixes #82, #1141.
This commit is contained in:
@@ -1082,7 +1082,7 @@ BEGIN
|
||||
IDS_MIN_HEIGHT_TIP "The main menu will be at least as tall as this many search results"
|
||||
IDS_GLASS_OVERRIDE "Override glass color"
|
||||
IDS_GLASS_OVERRIDE_TIP "Check this to override the system glass color to use in the menu"
|
||||
IDS_GLASS_COLOR "Menu glass color"
|
||||
IDS_GLASS_COLOR "Menu glass color (RRGGBB)"
|
||||
IDS_GLASS_COLOR_TIP "Select the glass color to use in the menu. How much this color affects the menu will depend on the selected skin"
|
||||
IDS_GLASS_INTENSITY "Menu glass intensity"
|
||||
IDS_GLASS_INTENSITY_TIP "Select the intensity (brightness) for the glass color in the menu (0 - dark, 100 - bright)"
|
||||
@@ -1144,17 +1144,17 @@ BEGIN
|
||||
IDS_STRING7024 "Shadows on glass#The text and the arrows in the second column of the main menu will have a drop shadow"
|
||||
IDS_STRING7025 "Opaque"
|
||||
IDS_STRING7026 "Main menu color"
|
||||
IDS_STRING7027 "Custom color#Select custom color for the main menu"
|
||||
IDS_STRING7027 "Custom color (RRGGBB)#Select custom color for the main menu"
|
||||
IDS_STRING7028 "Sub-menu color"
|
||||
IDS_STRING7029 "Custom color#Select custom color for the sub-menus"
|
||||
IDS_STRING7029 "Custom color (RRGGBB)#Select custom color for the sub-menus"
|
||||
IDS_STRING7030 "Silver"
|
||||
IDS_STRING7031 "Gold"
|
||||
IDS_STRING7032 "Steel"
|
||||
IDS_STRING7033 "Titanium"
|
||||
IDS_STRING7034 "Image for first column#Select custom image for the first column of the main menu"
|
||||
IDS_STRING7035 "Image for second column#Select custom image for the second column of the main menu"
|
||||
IDS_STRING7036 "Text color for first column#Select custom color for the first column of the main menu text"
|
||||
IDS_STRING7037 "Text color for second column#Select custom color for the second column of the main menu text"
|
||||
IDS_STRING7036 "Text color for first column (RRGGBB)#Select custom color for the first column of the main menu text"
|
||||
IDS_STRING7037 "Text color for second column (RRGGBB)#Select custom color for the second column of the main menu text"
|
||||
IDS_STRING7038 "Text size#Select custom size for the main menu text"
|
||||
END
|
||||
|
||||
@@ -1249,7 +1249,7 @@ BEGIN
|
||||
IDS_TASK_AEROGLASS_TIP "The taskbar will have glass transparency that is compatible with the Aero Glass mod"
|
||||
IDS_TASK_OPACITY "Taskbar opacity"
|
||||
IDS_TASK_OPACITY_TIP "Set the opacity for the taskbar (0 - transparent, 100 - opaque)"
|
||||
IDS_TASK_COLOR "Taskbar color"
|
||||
IDS_TASK_COLOR "Taskbar color (RRGGBB)"
|
||||
IDS_TASK_COLOR_TIP "Set the color for the taskbar"
|
||||
IDS_PCSETTINGS "Settings"
|
||||
IDS_PCSETTINGS_TIP "Shows the modern Settings window"
|
||||
@@ -1288,7 +1288,7 @@ BEGIN
|
||||
IDS_TASK_BORDERS "Border sizes"
|
||||
IDS_TASK_BORDERS_TIP "Select how many pixel on each side of the texture to exclude from stretching"
|
||||
IDS_TASKBAR_SETTINGS "Taskbar"
|
||||
IDS_TASK_TEXTCOLOR "Taskbar text color"
|
||||
IDS_TASK_TEXTCOLOR "Taskbar text color (RRGGBB)"
|
||||
IDS_TASK_TEXTCOLOR_TIP "Select the color for the text on the taskbar"
|
||||
IDS_SELECT_LAST "Select the last item in shutdown menu"
|
||||
IDS_SELECT_LAST_TIP "When this is checked, the last item will be selected by default when the shutdown menu is opened with the keyboard"
|
||||
|
||||
Reference in New Issue
Block a user