mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 02:35:20 +00:00
In Color Preferences "frame of button" should be "button frame"
Fixes #10135.
(cherry picked from commit f054721410
)
This commit is contained in:
parent
008c229041
commit
3372c0cf55
@ -292,7 +292,7 @@ ColorSet::ColorSet()
|
|||||||
{ Color_bottomarea, N_("bottom area"), "bottomarea", grey40, "bottomarea" },
|
{ Color_bottomarea, N_("bottom area"), "bottomarea", grey40, "bottomarea" },
|
||||||
{ Color_newpage, N_("new page"), "newpage", "Blue", "newpage" },
|
{ Color_newpage, N_("new page"), "newpage", "Blue", "newpage" },
|
||||||
{ Color_pagebreak, N_("page break / line break"), "pagebreak", "RoyalBlue", "pagebreak" },
|
{ Color_pagebreak, N_("page break / line break"), "pagebreak", "RoyalBlue", "pagebreak" },
|
||||||
{ Color_buttonframe, N_("frame of button"), "buttonframe", "#dcd2c8", "buttonframe" },
|
{ Color_buttonframe, N_("button frame"), "buttonframe", "#dcd2c8", "buttonframe" },
|
||||||
{ Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
|
{ Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" },
|
||||||
{ Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
|
{ Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
|
||||||
{ Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
|
{ Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"},
|
||||||
|
@ -120,6 +120,8 @@ What's new
|
|||||||
|
|
||||||
- Allow using colors supported by xcolor inside mathed (bug 10417).
|
- Allow using colors supported by xcolor inside mathed (bug 10417).
|
||||||
|
|
||||||
|
- Change description of "frame of button" color to "button frame" (bug 10135).
|
||||||
|
|
||||||
|
|
||||||
* INTERNALS
|
* INTERNALS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user