wacom: Show calibration button for display tablets
https://bugzilla.gnome.org/show_bug.cgi?id=657423
This commit is contained in:
parent
4fecb4c01d
commit
39b2b3e469
1 changed files with 5 additions and 0 deletions
|
@ -605,6 +605,11 @@ cc_wacom_page_new (GsdWacomDevice *stylus,
|
|||
set_left_handed_from_gsettings (page);
|
||||
}
|
||||
|
||||
/* Calibration for screen tablets */
|
||||
if (gsd_wacom_device_is_screen_tablet (stylus) == TRUE) {
|
||||
gtk_widget_show (WID ("button-calibrate"));
|
||||
}
|
||||
|
||||
/* Tablet icon */
|
||||
set_icon_name (page, "image-tablet", gsd_wacom_device_get_icon_name (stylus));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue