-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terms and agreement text cut on the right side #1812
Comments
The main issue is that this dialog uses a list widget instead of a text widget, presumably to enable it to scroll. So I see 2 possibilities, either implement proper word wrap in list widgets, either implement proper scrolling widgets |
We also need to update the terms as well! |
Clipping part fixed in 758eb6e . The actual text still remains to be written |
Assigning to arthur to do some research about t&c. |
http://stkaddons.net/privacy appears to contain already some information which imho could be used as t&c(?) I found some information about T&C and privacy policy: |
I've created a terms&conditions and a privacy page on the wiki for now. Once they are finalised they should be used on the addons web page directly (to avoid any issues with people editing it later). We also need redirects from our main web page (supertuxkart.net/privacy, supertuxkart.net/terms ?) |
The remaining issues are assigned to the addons: |
The images is self explanatory.
nicu@nicu-pc ~ $ inxi -SGx
System: Host: nicu-pc Kernel: 3.12.8-031208-generic x86_64 (64 bit gcc: 4.6.3) Desktop: MATE 1.6.1 (Gtk 3.4.2)
Distro: Linux Mint 13 Maya
Graphics: Card: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
Display Server: X.Org 1.11.3 driver: intel Resolution: 1920x1080@60.0hz
GLX Renderer: Mesa DRI Intel Ivybridge Desktop GLX Version: 3.0 Mesa 9.2.0 Direct Rendering: Yes
nicu@nicu-pc ~/git/stk/stk-code $ ./cmake_build/bin/supertuxkart
Irrlicht Engine version 1.8.0
Linux 3.12.8-031208-generic #201401151952 SMP Thu Jan 16 00:53:39 UTC 2014 x86_64
[info ] IrrDriver: OpenGL version: 3.0
[info ] IrrDriver: OpenGL vendor: Intel Open Source Technology Center
[info ] IrrDriver: OpenGL renderer: Mesa DRI Intel(R) Ivybridge Desktop
[info ] IrrDriver: OpenGL version string: 3.0 Mesa 9.2.0
[info ] GLDriver: ARB Texture Storage enabled
[warn ] Graphics: Can not find version for '3.0 Mesa 9.2.0' 'Mesa DRI Intel(R) Ivybridge Desktop ' - ignored.
[warn ] irr_driver: Using the fixed pipeline (old GPU, or shaders disabled in options)
[info ] GUIEngine: scale: 0.512000
The text was updated successfully, but these errors were encountered: