[node-patches] Change in ovirt-node[master]: ui: Update dialog header layout

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Jan 28 17:34:52 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: ui: Update dialog header layout
......................................................................

ui: Update dialog header layout

Change-Id: Ieccc9fe4244790b8f8bc38bcf619278abeb85b2d
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/ui/urwid_builder.py
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/77/11477/1

diff --git a/scripts/tui/src/ovirt/node/ui/urwid_builder.py b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
index 20ca2c8..bdf9476 100644
--- a/scripts/tui/src/ovirt/node/ui/urwid_builder.py
+++ b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
@@ -303,6 +303,7 @@
         "disabled": "dark gray",
         "background": "light gray",
         "invalid": "dark red",
+        "header": 'black, bold',
     }
 
     palette = [(None, 'default', element_styles["background"], 'bold',
@@ -328,7 +329,7 @@
                ('plugin.widget.entry.frame.disabled',
                 element_styles["disabled"]),
                ('plugin.widget.notice', element_styles["invalid"]),
-               ('plugin.widget.header', 'black, bold'),
+               ('plugin.widget.header', element_styles["header"]),
                ('plugin.widget.divider', element_styles["text"]),
                ('plugin.widget.button', 'dark blue'),
                ('plugin.widget.button.disabled', element_styles["disabled"]),
@@ -342,7 +343,7 @@
                ('plugin.widget.options.label', element_styles["label"]),
                ('plugin.widget.dialog', None),
                ('plugin.widget.page', None),
-               ('plugin.widget.page.header', element_styles["label"]),
+               ('plugin.widget.page.header', element_styles["header"]),
                ('plugin.widget.page.frame', None),
                ('plugin.widget.checkbox.label', element_styles["label"]),
                ('plugin.widget.checkbox', element_styles["label"]),


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieccc9fe4244790b8f8bc38bcf619278abeb85b2d
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