1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:49:54 +00:00
openmw-tes3mp/components/widgets
scrawl c9d9461d3e Add Spacer class derived from AutoSizedWidget
Using a normal widget as a spacer with HStretch/VStretch may not work properly because for widgets not derived from AutoSizedWidget, the HBox/VBox treat the widget's current size as the requested minimum size. This leads the layout to break when resized more than once.

The new class sets HStretch and VStretch to true by default to save some typing.
2017-07-31 16:20:29 +02:00
..
box.cpp Add Spacer class derived from AutoSizedWidget 2017-07-31 16:20:29 +02:00
box.hpp Add Spacer class derived from AutoSizedWidget 2017-07-31 16:20:29 +02:00
imagebutton.cpp Don't attempt to create quest log buttons if textures are unavailable (Fixes #3063) 2015-12-07 15:33:04 +01:00
imagebutton.hpp Don't attempt to create quest log buttons if textures are unavailable (Fixes #3063) 2015-12-07 15:33:04 +01:00
list.cpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
list.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
numericeditbox.cpp be explicit about what we are trying to catch instead of catching everything and fixed up formatting 2017-06-12 00:32:29 +02:00
numericeditbox.hpp fix usage of numeric_limits static functions min() and max() 2014-10-12 23:28:16 +02:00
sharedstatebutton.cpp Add SharedStateButton, used in spell window and controls box to apply mouseover effect to all buttons within one row (Fixes #1986) 2014-12-06 16:50:09 +01:00
sharedstatebutton.hpp Add SharedStateButton, used in spell window and controls box to apply mouseover effect to all buttons within one row (Fixes #1986) 2014-12-06 16:50:09 +01:00
tags.cpp Add imported font colors from openmw.cfg to MyGUI plugin 2014-09-25 00:04:38 +02:00
tags.hpp Add imported font colors from openmw.cfg to MyGUI plugin 2014-09-25 00:04:38 +02:00
widgets.cpp Add Spacer class derived from AutoSizedWidget 2017-07-31 16:20:29 +02:00
widgets.hpp Add NumericEditBox widget 2014-09-25 21:04:51 +02:00
windowcaption.cpp Split window caption bars so that the caption can be transparent (Fixes #531) 2015-01-27 23:05:19 +01:00
windowcaption.hpp Split window caption bars so that the caption can be transparent (Fixes #531) 2015-01-27 23:05:19 +01:00