Skip to content

quick-settings-box: Support RTL direction

Arun Mani J requested to merge arun-mani-j/phosh:qsb-rtl into main

Closes: #1154 (closed)

I don't know how to properly test it, so I just forced QSB to do RTL by setting:

gtk_widget_set_default_direction (GTK_TEXT_DIR_RTL);

immediately after gtk_init in the tools/quick-settings-box-standalone.c and src/main.c.

From my testing it works good, but it will be nice if someone who uses real RTL locale can test it.

Screenshot_From_2025-06-02_13-50-51

CC: @iramosu

Merge request reports

Loading