Procházet zdrojové kódy

ViewStyle property order change imposed by f880c68e

Source commit: af3573aad26cac7ff42004de4fd2bd763d4934a1
Martin Prikryl před 1 rokem
rodič
revize
a56e0a0191

+ 1 - 1
source/forms/FileFind.dfm

@@ -1489,7 +1489,6 @@ object FileFindDialog: TFileFindDialog
       RowSelect = True
       PopupMenu = FileViewPopupMenu
       TabOrder = 0
-      ViewStyle = vsReport
       OnDblClick = FileViewDblClick
       OnEnter = ControlChange
       OnExit = ControlChange
@@ -1512,6 +1511,7 @@ object FileFindDialog: TFileFindDialog
           Caption = 'Changed'
           Width = 90
         end>
+      ViewStyle = vsReport
       OnCompare = FileViewCompare
       OnContextPopup = FileViewContextPopup
       OnSelectItem = FileViewSelectItem

+ 1 - 1
source/forms/SynchronizeChecklist.dfm

@@ -1498,7 +1498,6 @@ object SynchronizeChecklistDialog: TSynchronizeChecklistDialog
     PopupMenu = ListViewPopupMenu
     ShowHint = True
     TabOrder = 0
-    ViewStyle = vsReport
     OnChange = ListViewChange
     OnChanging = ListViewChanging
     OnClick = ListViewClick
@@ -1552,6 +1551,7 @@ object SynchronizeChecklistDialog: TSynchronizeChecklistDialog
         MinWidth = 20
         Width = 80
       end>
+    ViewStyle = vsReport
     OnAdvancedCustomDrawSubItem = ListViewAdvancedCustomDrawSubItem
     OnCompare = ListViewCompare
     OnContextPopup = ListViewContextPopup