merge with Dev

This commit is contained in:
Desmis
2017-08-23 09:30:15 +02:00
20 changed files with 1816 additions and 1532 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -1249,6 +1249,8 @@ PREFERENCES_TISTD;Standard
PREFERENCES_TP_LABEL;Tool panel:
PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
PREFERENCES_AUTOSAVE_TP_OPEN;Automatically save tools collapsed/expanded\nstate before exiting
PREFERENCES_SAVE_TP_OPEN_NOW;Save tools collapsed/expanded state now
PREFERENCES_TUNNELMETADATA;Copy Exif/IPTC/XMP unchanged to output file
PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
PREFERENCES_VIEW;Output device's white balance (monitor, TV, projector, viewing, etc.)

View File

@@ -639,18 +639,11 @@ paned box, paned grid {
}
paned > separator {
border-width: 1px;
border-color: #484848;
margin: 0;
padding: 0;
}
paned.horizontal > separator {
min-width: 2px;
border-style: none solid;
}
paned.vertical > separator {
min-height: 2px;
border-style: solid none;
border-width: 1px 1px 0 0;
border-style: solid;
border-color: #404040;
padding: 0px;
margin: 4px;
}
#PlacesPaned {