Changeset 62 for trunk/Forms/UFormMain.pas
- Timestamp:
- Sep 26, 2014, 1:58:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r58 r62 180 180 ToolBar1.ButtonHeight := 32 + 6; 181 181 ToolBar1.Height := 32 + 10; 182 ToolBar1.Width := 32 + 10; 182 183 end else begin 183 184 ToolBar1.ButtonWidth := 16 + 7; 184 185 ToolBar1.ButtonHeight := 16 + 6; 185 186 ToolBar1.Height := 16 + 10; 187 ToolBar1.Width := 16 + 10; 186 188 ToolBar1.Images := Core.ImageListSmall; 187 189 end;
Note:
See TracChangeset
for help on using the changeset viewer.