Fix bookmark align

This commit is contained in:
luboslenco
2026-01-10 09:49:42 +01:00
parent 24afc60d7f
commit ef0047d25e
+1 -1
View File
@@ -262,7 +262,7 @@ function tab_browser_draw(htab: ui_handle_t) {
let b: string = config_raw.bookmarks[i];
let folder: string = substring(b, string_last_index_of(b, "/") + 1, b.length);
if (ui_icon_button(folder, icon_t.FOLDER)) {
if (ui_icon_button(folder, icon_t.FOLDER, ui_align_t.LEFT)) {
tab_browser_hpath.text = b;
/// if arm_windows
tab_browser_hpath.text = string_replace_all(tab_browser_hpath.text, "/", "\\");