Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tqt3/blame/commit/da15dfe6d7ec8cd62964b99e56200a8adc7c8bf5/examples/textedit/textcenter.xpm You should set ROOT_URL correctly, otherwise the web may not work correctly.
tqt3/examples/textedit/textcenter.xpm

28 lines
654 B

/* XPM */
static char * center_xpm[] = {
"22 22 2 1",
" c None",
". c #000000",
" ",
" ",
" ................. ",
" ",
" ............. ",
" ",
" ................. ",
" ",
" ............. ",
" ",
" ................. ",
" ",
" ............. ",
" ",
" ................. ",
" ",
" ............. ",
" ",
" ................. ",
" ",
" ",
" "};