apps-gorm/Palettes/1Windows/GormNSWindowInspector.gorm/data.classes
Sergii Stoian f2186a6ee6 * Palettes/1Windows:
Window Attributes Inspecor:
- Fixed size, postion and autosizing of elements.
- "Autosave Name" form was moved into "Window Size Inspector".
- "Minwindow Icon Name": removed clear button, form converted into texfield.
Window Size Inspector:
- "Size" form was splitted into 2 forms to place them horizontally.
- "Size" group was renamed into "Frame".
- "Autosave Name" form was added and converted into textfield.
- Fixed size, postion and autosizing of elements.

NOTE: "Autosave Name" field is not saved into model file - is not encoded?
2019-12-26 13:50:15 +02:00

23 lines
No EOL
427 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormWindowAttributesInspector = {
Actions = (
);
Outlets = (
backingMatrix,
titleForm,
iconNameField,
colorWell,
releaseButton,
hideButton,
visibleButton,
deferredButton,
oneShotButton,
dynamicDepthButton,
miniaturizeButton,
closeButton,
resizeBarButton
);
Super = IBInspector;
};
}