Changeset 2915 for libpipi/trunk/ThePimp/gtk-gui/ThePimp.NewFile.cs
- Timestamp:
- Oct 11, 2008, 12:19:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/gtk-gui/ThePimp.NewFile.cs
r2897 r2915 76 76 this.entry1.IsEditable = true; 77 77 this.entry1.WidthChars = 6; 78 this.entry1.InvisibleChar = ' x';78 this.entry1.InvisibleChar = '●'; 79 79 this.entry1.Xalign = 1F; 80 80 this.table1.Add(this.entry1); … … 91 91 this.entry2.IsEditable = true; 92 92 this.entry2.WidthChars = 6; 93 this.entry2.InvisibleChar = ' x';93 this.entry2.InvisibleChar = '●'; 94 94 this.entry2.Xalign = 1F; 95 95 this.table1.Add(this.entry2);
Note: See TracChangeset
for help on using the changeset viewer.