The tlclient options dialog is: Width: 520 Height: 475 ...while the vncviewer is: Width: 450 Height: 450 This causes some problems, for example, the german translation Optimiering -> "Voll (alle verfugbaren Farben)" does not fit in the vncviewer dialog.
Also a problem with: spanish translation (most dialogs) italian translation (color dialog) dutch translation (most dialogs) brazilian portugese: string in color dialog barely fits russian (most dialogs) swedish: string in color dialog barely fits turkish translation (color dialog)
Created attachment 705 [details] Russian translation after changes
Most translations look fine now but the Russian still doesn't fit into the window. There's also a small discrepancy in the translations - the "custom compression level" description is "level (1=fast, 6=best)" in tlclient options while it is "level (1=fast, 6=best [4-6 are rarely useful])" in vncviewer.
(In reply to comment #4) > Most translations look fine now but the Russian still doesn't fit into the > window. > > There's also a small discrepancy in the translations - the "custom compression > level" description is "level (1=fast, 6=best)" in tlclient options while it is > "level (1=fast, 6=best [4-6 are rarely useful])" in vncviewer. https://www.cendio.com/bugzilla/show_bug.cgi?id=5909
(In reply to comment #5) OK. tlclient options: > $ xwininfo | egrep "(Height|Width):" > Width: 520 > Height: 475 vncviewer options: > $ xwininfo | egrep "(Height|Width):" > Width: 520 > Height: 475 They're in sync right now. Good enough.