// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Background style for the actual combo area of the listbox // i.e. when the menu is not expanded (I think ?) // // Date Id Modification // // 03-09-2008 Wsl Created from GUI.STY_ComboListBox // ==================================================================== class STY_GeoComboListBox extends STY_GeoListBox; defaultproperties { KeyName="GeoComboListBox" FontNames(0)="GeoNormalFont" FontNames(1)="GeoNormalFont" FontNames(2)="GeoNormalFont" FontNames(3)="GeoNormalFont" FontNames(4)="GeoNormalFont" Images(0)=Material'GeoGUIContent.Scalable.combolist_metal_narrower' Images(1)=Material'GeoGUIContent.Scalable.combolist_metal_narrower' Images(2)=Material'GeoGUIContent.Scalable.combolist_metal_narrower' Images(3)=Material'GeoGUIContent.Scalable.combolist_metal_narrower' BorderOffsets(0)=18 BorderOffsets(1)=18 BorderOffsets(2)=18 BorderOffsets(3)=18 }