summaryrefslogtreecommitdiff
path: root/src/rhlibrary/selector_widget.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhlibrary/selector_widget.go')
-rw-r--r--src/rhlibrary/selector_widget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhlibrary/selector_widget.go b/src/rhlibrary/selector_widget.go
index e304750..4d040b5 100644
--- a/src/rhlibrary/selector_widget.go
+++ b/src/rhlibrary/selector_widget.go
@@ -106,7 +106,7 @@ func addSelectorPage(nb *gtk.Notebook, title string, getWidget getSelectorFunc,
if cp, err = gtk.CssProviderNew(); err != nil {
return
}
- if err = cp.LoadFromData(".label { font-weight: bold; font-size: 12px; padding: 3px; }"); err != nil {
+ if err = cp.LoadFromData(".label { font-weight: bold; font-size: 1.1em; padding: 3px; }"); err != nil {
return
}
var sc *gtk.StyleContext