]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'sev/small_fixes' into 'master'
authorMario <zacjardine@y7mail.com>
Sun, 14 Dec 2014 22:27:34 +0000 (22:27 +0000)
committerMario <zacjardine@y7mail.com>
Sun, 14 Dec 2014 22:27:34 +0000 (22:27 +0000)
commite973e2bfc984ae85d53fd534d81a3475ef048072
tree43e0266c46fdb9c0f5966a05c2f907f192553784
parente6eb6e7fc36a3a243c5171b8cc3db88e823514d4
parentc6f5c1aedd98186b764b3d95d36e32b0e4e122c1
Merge branch 'sev/small_fixes' into 'master'

Small Fixes

I've had a look at some of the recent changes, great to see so much progress.
This branch adds some very minor fixes for things I noticed:

**Typo**

Fixed typo in the menu (the string is not yet part of the translation files)

**Screenshot viewer controls**

In analogy to the maplist and serverlist, I've added the possibility to open screenshots with LMB and space.

**Arc notification**

The arc kill notification still uses the hlac image, I've updated it

**Slider direction**

Currently, mousewheeldown and the PgDn key move the slider up, while
mousewheelup and the PgUp key move the slider down.
This doesn't make sense, so I've inverted the controls.

**Scrollbar thumb minimum height**

The scrollbar image is subdivided into 3 segments with a ratio of 1:2:1.
While the middle segment is intended to be stretched, the outer segments are not.
The current minimum height for the scrollbar thumb is 1*width, causing the thumb to be cut off, as seen in the advanced settings dialog.
I've changed the minimum height to fully include all "unstretchable" segments.

![minfactor](https://gitlab.com/uploads/xonotic/xonotic-data.pk3dir/402cf3bdc2/minfactor.png)

See merge request !52