diff options
author | Alberto <aruiz@gnome.org> | 2013-07-20 23:19:13 +0200 |
---|---|---|
committer | Alberto <aruiz@gnome.org> | 2013-07-20 23:19:13 +0200 |
commit | 0e770dd97921c207861a3850e5f4ad576544f8ce (patch) | |
tree | 4b4a3c8a7d78c0cc410f58fac0c778009c9b1bdc | |
parent | c138958861331413738a5cff2f73007aca70fde9 (diff) | |
download | gtk+-wip/fontchooser-fixes.tar.gz |
gtk/gtkfontchooserwidget.ui: Hide the value from the GtkScale as it is redundantwip/fontchooser-fixes
-rw-r--r-- | gtk/gtkfontchooserwidget.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontchooserwidget.ui b/gtk/gtkfontchooserwidget.ui index 2f9d2cc88a..470f250b61 100644 --- a/gtk/gtkfontchooserwidget.ui +++ b/gtk/gtkfontchooserwidget.ui @@ -156,6 +156,7 @@ <property name="hexpand">True</property> <property name="adjustment">slider_adjustment</property> <property name="digits">0</property> + <property name="draw_value">False</property <signal name="scroll-event" handler="increase_by_scroll_cb" swapped="no"/> </object> <packing> |