[Xfce4-commits] [apps/xfce4-terminal] 01/01: Set the lower limit for Search dialog opacity to 10

noreply at xfce.org noreply at xfce.org
Tue Feb 26 21:03:53 CET 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-terminal.

commit 7641adc8e6b2e2641dfc38b170a58298f4b1127d
Author: Igor <f2404 at yandex.ru>
Date:   Tue Feb 26 15:03:00 2019 -0500

    Set the lower limit for Search dialog opacity to 10
---
 terminal/terminal-search-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-search-dialog.c b/terminal/terminal-search-dialog.c
index e06f05f..5d790a0 100644
--- a/terminal/terminal-search-dialog.c
+++ b/terminal/terminal-search-dialog.c
@@ -166,7 +166,7 @@ terminal_search_dialog_init (TerminalSearchDialog *dialog)
   opacity_label = gtk_label_new_with_mnemonic (_("_Opacity:"));
   gtk_box_pack_start (GTK_BOX (opacity_box), opacity_label, FALSE, FALSE, 0);
 
-  opacity_scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 0.0, 100.0, 1.0);
+  opacity_scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 10.0, 100.0, 1.0);
   gtk_scale_set_value_pos (GTK_SCALE (opacity_scale), GTK_POS_RIGHT);
   gtk_box_pack_start (GTK_BOX (opacity_box), opacity_scale, TRUE, TRUE, 0);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list