diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-03-31 04:51:27 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-03-31 04:51:27 +0200 |
| commit | 9cfd3615a874411f0351f3cd5e2defae8174ed0f (patch) | |
| tree | 6317d021e9b84c29404204472b1af575d1ea9aab | |
| parent | 55063dc4fb1ef74a6e270b23554d3cf22e4c7a32 (diff) | |
KylinUserPromptView: make activator icon themeable
(bzr r4093.2.16)
| -rw-r--r-- | lockscreen/KylinUserPromptView.cpp | 2 | ||||
| -rw-r--r-- | resources/kylin_login_activate.svg (renamed from resources/login.svg) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lockscreen/KylinUserPromptView.cpp b/lockscreen/KylinUserPromptView.cpp index ec2b906ad..81b2f025a 100644 --- a/lockscreen/KylinUserPromptView.cpp +++ b/lockscreen/KylinUserPromptView.cpp @@ -56,7 +56,7 @@ const RawPixel TEXT_INPUT_HEIGHT = 36_em; const RawPixel TEXT_INPUT_WIDTH = 320_em; const int PROMPT_FONT_SIZE = 14; -const std::string ACTIVATOR_ICON = "login.svg"; +const std::string ACTIVATOR_ICON = "kylin_login_activate"; std::string SanitizeMessage(std::string const& message) { diff --git a/resources/login.svg b/resources/kylin_login_activate.svg index de2ebeacd..de2ebeacd 100644 --- a/resources/login.svg +++ b/resources/kylin_login_activate.svg |
