[node-patches] Change in ovirt-node[master]: ui: Change disabled color to red

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Sep 30 19:37:03 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: ui: Change disabled color to red
......................................................................

ui: Change disabled color to red

The console (linux console) doesn't differentiate between light and dark
gray.
Now red is used to signal a disabled widget.

Change-Id: I38ade5c4e04647c7794d36bc575e94819068ecb1
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1002357
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1002126
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/ui/urwid_builder.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/06/19706/1

diff --git a/src/ovirt/node/ui/urwid_builder.py b/src/ovirt/node/ui/urwid_builder.py
index fcd8041..4814998 100644
--- a/src/ovirt/node/ui/urwid_builder.py
+++ b/src/ovirt/node/ui/urwid_builder.py
@@ -322,7 +322,7 @@
     element_styles = {
         "text": "black",
         "label": "dark gray",
-        "disabled": "dark gray",
+        "disabled": "dark red",
         "background": "light gray",
         "invalid": "dark red",
         "header": 'black, bold',


-- 
To view, visit http://gerrit.ovirt.org/19706
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I38ade5c4e04647c7794d36bc575e94819068ecb1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list