Commit 01865cff authored by Jan Ziak's avatar Jan Ziak Committed by Romain Bouvier
Browse files

Increase mouse cursor upper bound for HiDPI (bug #16042)

parent 8a433865
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
  </object>
  <object class="GtkAdjustment" id="theme-cursor-size">
    <property name="lower">16</property>
    <property name="upper">48</property>
    <property name="upper">72</property>
    <property name="value">24</property>
    <property name="step_increment">1</property>
    <property name="page_increment">11</property>