UI: Slightly larger action zone for corner resizing

Pretty minor, from 0.6 to 0.8, but the improvement is noticeable
especially when using a stylus, without overlapping too much with
the buttons and dropdowns in headers.
This commit is contained in:
2018-08-02 01:26:58 +02:00
parent a4623bdfed
commit ab49b7d739

View File

@@ -37,7 +37,7 @@ struct Main;
/* internal exports only */
#define AZONESPOT (0.6f * U.widget_unit)
#define AZONESPOT (0.8f * U.widget_unit)
#define AZONEFADEIN (5.0f * U.widget_unit) /* when azone is totally visible */
#define AZONEFADEOUT (6.5f * U.widget_unit) /* when we start seeing the azone */