-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ab8ea8
commit c5d0e8d
Showing
8 changed files
with
117 additions
and
32 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
patches/CF75v23/10916-Change_Sizes_Popup_options_windows.vkp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
;CF75v23 | ||
;Изменить размеры всплывающих окон и окна опции | ||
;Change sizes popups and options windows | ||
;(c) FIL | ||
;(r) MAXIM | ||
;(p) Виктор89 | ||
;Version: | ||
;PatchID: 10916 | ||
;Details: https://patches.kibab.com/patches/details.php5?id=10916 | ||
/* | ||
Патч изменяет размеры всплывающих окон и окна "Опции" | ||
*/ | ||
|
||
+049C27C | ||
; Всплывающие окна | ||
0: 0i2 0i3 ; верхняя левая координата окна по оси X, отступ от края экрана по горизонтали слева | ||
4: 0i20 0i35 ; верхняя левая координата окна по оси Y, отступ от края экрана по вертикали сверху | ||
8: 0i124 0i123 ; нижняя правая координата окна по оси X, отступ от края экрана по горизонтали справа | ||
C: 0i140 0i125 ; нижняя правая координата окна по оси Y, отступ от края экрана по вертикали снизу | ||
; Окно опций | ||
10: 0i2 0i3 ; верхняя левая координата окна по оси X, отступ от края экрана по горизонтали слева | ||
18: 0i124 0i123 ; нижняя правая координата окна по оси X, отступ от края экрана по горизонтали справа | ||
1C: 0i140 0i138 ; нижняя правая координата окна по оси Y, отступ от края экрана по вертикали снизу | ||
+0 | ||
|
||
;верхняя левая координата окна по оси Y, отступ от края экрана по вертикали сверху не используется | ||
;в окне опций, т.к. ломает заголовок окна. | ||
;изменять значения во втором столбце 0iXXX и 0iYYY, где XXX и YYY - ваши значения, в первом столбце - заводские | ||
;------------------------- end ------------------------- | ||
|
29 changes: 29 additions & 0 deletions
29
patches/CX70v56/10915-add_icons_to_header_in_nm_v1_2_1.vkp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
;CX70v56 | ||
;Добавить иконки в заголовок Native Menu | ||
;Add icons to header in Native Menu | ||
;(c) FIL | ||
;(p) Виктор89 | ||
;Version: 1.2.1 | ||
;PatchID: 10915 | ||
;Details: https://patches.kibab.com/patches/details.php5?id=10915 | ||
/* | ||
|
||
*/ | ||
|
||
0D25880: 93F7D6FC E9F1BEFE | ||
#pragma enable old_equal_ff | ||
0F0F600: 70B5094B040008200D0016009847C7239B00320029000360002343602061034B2000984770BDC046980F82A03192CBA0 | ||
#pragma disable old_equal_ff | ||
|
||
0D254E2: FFF7ADFE EAF1BDF8 | ||
#pragma enable old_equal_ff | ||
0F0F660: 0B4B70B5040098470A4BA2689A420ED1A26A094B2569D35C084A20009B182B60074B9847074C084B084A2900A04770BD4152D2A04C1C94A0ACF6F0A06A0200004F72C9A043D713A1001082A0980F82A0C0C6ECB8B2014541CA | ||
#pragma disable old_equal_ff | ||
|
||
0D258C0: 71F775FE E9F1FEFE | ||
#pragma enable old_equal_ff | ||
0F0F6C0: 70B5064B040000690D0098470023290023612000024B984770BDC046001082A0AF75C9A0 | ||
#pragma disable old_equal_ff | ||
|
||
;------------------------- end ------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters