View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000573 | Double Commander | Graphical user interface | public | 2012-09-14 01:55 | 2017-10-11 06:40 |
Reporter | takiz | Assigned To | Alexx2000 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Projection | none | ETA | none | ||
Platform | x86 | OS | Linux | OS Version | Xubuntu 12.04.1 |
Product Version | 0.6.0 (trunk) | Product Build | 4961 | ||
Target Version | 0.5.5 | Fixed in Version | 0.5.5 | ||
Summary | 0000573: Layout и полоса | ||||
Description | Часть вкладок начинает закрывать какая-то полоса (см. прикреплённый скриншот). | ||||
Steps To Reproduce | 1) Ставим такой Layout в ~/.config/doublecmd/doublecmd.xml: =========== <Layout> <MainMenu>True</MainMenu> <ButtonBar Enabled="False"> <FlatIcons>True</FlatIcons> <ButtonHeight>24</ButtonHeight> <IconSize>16</IconSize> </ButtonBar> <DriveBar1>False</DriveBar1> <DriveBar2>True</DriveBar2> <DriveBarFlat>True</DriveBarFlat> <DrivesListButton Enabled="False"> <ShowLabel>True</ShowLabel> <ShowFileSystem>True</ShowFileSystem> <ShowFreeSpace>True</ShowFreeSpace> </DrivesListButton> <DirectoryTabs>True</DirectoryTabs> <CurrentDirectory>True</CurrentDirectory> <TabHeader>False</TabHeader> <StatusBar>False</StatusBar> <CmdLine>False</CmdLine> <LogWindow>False</LogWindow> <TermWindow>False</TermWindow> <KeyButtons>False</KeyButtons> <InterfaceFlat>True</InterfaceFlat> <DriveFreeSpace>False</DriveFreeSpace> <DriveIndicator>False</DriveIndicator> <ProgressInMenuBar>False</ProgressInMenuBar> <PanelOfOperationsInBackground>True</PanelOfOperationsInBackground> <HorizontalFilePanels>False</HorizontalFilePanels> <ShortFormatDriveInfo>False</ShortFormatDriveInfo> </Layout> =========== 2) Перезапускаем DC | ||||
Additional Information | Исчезает, когда добавить строку состояния + строку свободного места или индикатор свободного места. К тому же в DC 0.5.4 этого бага не наблюдается. | ||||
Tags | No tags attached. | ||||
Attached Files | layoutline.patch (1,227 bytes)
Index: src/fileviews/ufileviewwithpanels.pas =================================================================== --- src/fileviews/ufileviewwithpanels.pas (revision 4961) +++ src/fileviews/ufileviewwithpanels.pas (working copy) @@ -96,11 +96,13 @@ pnlFooter.BevelInner := bvNone; pnlFooter.BevelOuter := bvNone; pnlFooter.AutoSize := True; + // FIX: layout and line + // http://doublecmd.sourceforge.net/mantisbt/view.php?id=573 + pnlFooter.Visible := False; lblInfo := TLabel.Create(pnlFooter); lblInfo.Parent := pnlFooter; lblInfo.AutoSize := False; - lblInfo.Height := lblInfo.Canvas.TextHeight('Wg'); lblInfo.Align := alClient; {$IFDEF LCLCARBON} Index: src/fmain.pas =================================================================== --- src/fmain.pas (revision 4961) +++ src/fmain.pas (working copy) @@ -775,6 +775,11 @@ for I := 0 to pnlKeys.ControlCount - 1 do FunctionButtonsCaptions[I].ACaption := pnlKeys.Controls[I].Caption; + // FIX: layout and line + // http://doublecmd.sourceforge.net/mantisbt/view.php?id=573 + pnlLeftTools.Visible := False; + pnlRightTools.Visible := False; + InitPropStorage(Self); PanelSelected:=fpLeft; | ||||
Fixed in Revision | 5025 | ||||
Operating system | Linux | ||||
Widgetset | GTK2 | ||||
Architecture | 32-bit | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-09-14 01:55 | takiz | New Issue | |
2012-09-14 01:55 | takiz | File Added: doub1.png | |
2012-09-14 03:35 | pktfag | File Added: layoutline.patch | |
2012-09-14 03:36 | pktfag | Note Added: 0000909 | |
2012-09-14 05:59 | takiz | Note Added: 0000910 | |
2012-09-15 16:10 | Alexx2000 | Target Version | => 0.5.5 |
2012-09-25 12:45 | takiz | Note Added: 0000936 | |
2012-09-25 12:45 | takiz | Status | new => feedback |
2012-11-16 21:30 | Alexx2000 | Assigned To | => Alexx2000 |
2012-11-16 21:30 | Alexx2000 | Status | feedback => assigned |
2012-11-17 12:14 | Alexx2000 | Fixed in Revision | => 5025 |
2012-11-17 12:14 | Alexx2000 | Status | assigned => resolved |
2012-11-17 12:14 | Alexx2000 | Fixed in Version | => 0.5.5 |
2012-11-17 12:14 | Alexx2000 | Resolution | open => fixed |
2014-01-14 22:56 | Alexx2000 | Status | resolved => closed |
2017-10-11 06:40 | Alexx2000 | Relationship added | related to 0001863 |