View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000261 | Double Commander | Graphical user interface | public | 2011-11-21 21:07 | 2014-01-14 09:04 |
Reporter | denis230 | Assigned To | Alexx2000 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Projection | none | ETA | none | ||
Target Version | 0.5.4 | Fixed in Version | 0.5.4 | ||
Summary | 0000261: В форме 'Разбиение файлов' убрать свернуть, развернуть, выбор каталога, кнопки | ||||
Description | В форме 'Разбиение файлов': - убрать кнопку 'свернуть' и 'развернуть' - при нажатии на кнопку выбрать каталог, по умолчанию открывать каталог указанный в соответствующий edit поле на форме - кнопки 'Ок' и 'Отмена' сделать такие же по размеру как и на форме 'Настройки' | ||||
Tags | No tags attached. | ||||
Attached Files | path0000261.patch (1,320 bytes)
Index: fsplitter.lfm =================================================================== --- fsplitter.lfm (revision 4107) +++ fsplitter.lfm (working copy) @@ -9,6 +9,8 @@ VertScrollBar.Range = 227 ActiveControl = cmbxSize AutoSize = True + BorderIcons = [biSystemMenu] + BorderStyle = bsDialog Caption = 'Splitter' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 @@ -210,8 +212,8 @@ AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = btnCancel Left = 316 - Height = 32 - Top = 163 + Height = 31 + Top = 165 Width = 75 Anchors = [akRight, akBottom] BorderSpacing.Bottom = 6 @@ -227,8 +229,8 @@ AnchorSideBottom.Control = grbxSize AnchorSideBottom.Side = asrBottom Left = 316 - Height = 32 - Top = 201 + Height = 31 + Top = 202 Width = 75 Anchors = [akLeft, akBottom] BorderSpacing.Left = 10 Index: fsplitter.pas =================================================================== --- fsplitter.pas (revision 4107) +++ fsplitter.pas (working copy) @@ -180,7 +180,7 @@ var sDir: string; begin - if SelectDirectory(rsSplitSelDir, '', sDir) then + if SelectDirectory(rsSplitSelDir, edDirTarget.Text, sDir) then // Select directory: // must change on linux!!! begin | ||||
Fixed in Revision | 4391,4416 | ||||
Operating system | Windows | ||||
Widgetset | Win32 | ||||
Architecture | 32-bit, 64-bit | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-21 21:07 | denis230 | New Issue | |
2011-11-21 21:07 | denis230 | File Added: DC_Разбиение файла.png | |
2011-11-22 01:10 | denis230 | Assigned To | => denis230 |
2011-11-22 01:10 | denis230 | Status | new => assigned |
2011-11-22 01:21 | denis230 | File Added: fsplitter.lfm | |
2011-11-22 01:21 | denis230 | File Added: fsplitter.pas | |
2011-11-22 01:22 | denis230 | Note Added: 0000171 | |
2011-11-22 01:22 | denis230 | Status | assigned => resolved |
2011-11-22 01:22 | denis230 | Resolution | open => fixed |
2011-11-22 01:22 | denis230 | Assigned To | denis230 => Alexx2000 |
2011-11-22 21:19 | denis230 | Status | resolved => feedback |
2011-11-22 21:20 | denis230 | Summary | В форме 'Разбиение файлов' убрать модальность формы, свернуть, развернуть, выбор каталога, кнопки => В форме 'Разбиение файлов' убрать свернуть, развернуть, выбор каталога, кнопки |
2011-11-22 21:20 | denis230 | Description Updated | |
2011-11-23 01:08 | denis230 | File Added: path0000261.patch | |
2012-03-13 19:57 | Alexx2000 | Fixed in Revision | => 4391 |
2012-03-13 19:57 | Alexx2000 | Status | feedback => resolved |
2012-03-13 19:57 | Alexx2000 | Fixed in Version | => 0.5.5 |
2012-03-17 17:49 | Alexx2000 | Fixed in Revision | 4391 => 4391,4416 |
2012-03-17 17:49 | Alexx2000 | Fixed in Version | 0.5.5 => 0.5.4 |
2012-03-17 17:49 | Alexx2000 | Target Version | => 0.5.4 |
2014-01-14 09:04 | Alexx2000 | Status | resolved => closed |