mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-08 14:34:41 +00:00
PopFile image fits better.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44936 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
// #define DEBUG 1
|
||||
#include <aros/debug.h>
|
||||
|
||||
#define VERSION "$VER: Pointer 1.3 (17.02.2010) AROS Dev Team"
|
||||
#define VERSION "$VER: Pointer 1.4 (04.06.2012) AROS Dev Team"
|
||||
/*********************************************************************************************/
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
@ -139,7 +139,7 @@ Object *PTEditor__OM_NEW(Class *CLASS, Object *self, struct opSet *message)
|
||||
StringFrame,
|
||||
MUIA_CycleChain, 1,
|
||||
End),
|
||||
MUIA_Popstring_Button, (IPTR)PopButton(MUII_PopUp),
|
||||
MUIA_Popstring_Button, (IPTR)PopButton(MUII_PopFile),
|
||||
End,
|
||||
Child, (IPTR)Label2(__(MSG_ALPHA)),
|
||||
Child, (IPTR)(alphaSlider = (Object *)SliderObject,
|
||||
|
||||
Reference in New Issue
Block a user