GNOME Bugzilla – Bug 750410
display: Don't show rotation for builtin display on tablets
Last modified: 2015-06-08 13:10:55 UTC
.
Created attachment 304600 [details] [review] display: Don't show rotation for builtin display on tablets If there's an accelerometer builtin to the display, don't show the rotation buttons, it will be handled by the user rotating the display, eventually with the rotation lock in use.
Review of attachment 304600 [details] [review]: otherwise looks good ::: panels/display/cc-display-panel.c @@ +2021,3 @@ + + /* Only offer rotation if there's no accelerometer */ + return priv->has_accelerometer; !priv->has_accelerometer ?
Created attachment 304769 [details] [review] display: Don't show rotation for builtin display on tablets If there's an accelerometer builtin to the display, don't show the rotation buttons, it will be handled by the user rotating the display, eventually with the rotation lock in use.
Attachment 304769 [details] pushed as b6d7bb8 - display: Don't show rotation for builtin display on tablets