Merge branch 'dev' into bgcolor-h
This commit is contained in:
@@ -1130,6 +1130,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.)
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user