[gnome-clocks] Fix the incorrect order of stopwatch's time label using RTL locale



commit ada7f251e9797a716b6dcbf1e2ccbfba5f2e7ac4
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Fri Mar 18 15:18:11 2022 +0200

    Fix the incorrect order of stopwatch's time label using RTL locale
    
    Signed-off-by: Yosef Or Boczko <yoseforb gmail com>

 src/stopwatch-face.vala | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/stopwatch-face.vala b/src/stopwatch-face.vala
index ac7163b1..75467000 100644
--- a/src/stopwatch-face.vala
+++ b/src/stopwatch-face.vala
@@ -85,6 +85,8 @@ public class Face : Gtk.Box, Clocks.Clock {
         timer = new GLib.Timer ();
         tick_id = 0;
 
+        time_container.set_direction (Gtk.TextDirection.LTR);
+
         laps_list.bind_model (laps, (lap) => {
             var total_items = laps.get_n_items ();
             Lap? before = null;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]