Commit Graph

9 Commits (actorid)

Author SHA1 Message Date
scrawl a35f7c73ae Fixes #1286 (Dialogue topic list clips with window frame)
The first problem was with the ScrollView skin, which had a full-sized client area. Since the scrollbar starts out visible, MyGUI expects the client area to be smaller to accomodate for the scrollbar width. As a result, the starting canvas size becomes bigger than the view size.
Another bug was with the MWList code: reducing the canvas size for the scrollbar is not needed, since MyGUI is already doing that, and attempting to do it manually interferes with the view offset.
11 years ago
Lars Söderberg 5798dff2cb Standardize align values
Updates all align attributes, so all layout files uses the same (new)
system plus fixes a couple of misspellings.
12 years ago
Sebastian Wick 26bd2a5301 use the new scrollbar; range dependent step size; fix 12 years ago
Lars Söderberg f77ace0885 Removed the "hack" mygui.png and misc fixes for this. 12 years ago
scrawl 1abf70692c added a scrollbar to the item container, dynamic positioning of items, fixed the item count display bug 13 years ago
scrawl ed6ff0a94a cleanup 3 13 years ago
scrawl 499dd26398 dialogue window topic list word-wrapping 13 years ago
scrawl a3d99767f7 next & prev button mouseover 13 years ago
scrawl 0e6b82284f book & scroll windows 13 years ago