Skip to content

Commit

Permalink
align export link left
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Mar 31, 2020
1 parent 83c4f21 commit 9f650b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,6 @@ class FileWidget(QWidget):
}
QPushButton#export_print {
border: none;
padding: 0px 8px;
font-family: 'Source Sans Pro';
font-weight: 500;
font-size: 13px;
Expand All @@ -2139,7 +2138,6 @@ class FileWidget(QWidget):
color: #05a6fe;
}
QLabel#file_name {
padding-bottom: 2px;
font-family: 'Source Sans Pro';
font-weight: 600;
font-size: 13px;
Expand Down Expand Up @@ -2231,7 +2229,7 @@ def __init__(
file_options_layout = QHBoxLayout()
self.file_options.setLayout(file_options_layout)
file_options_layout.setContentsMargins(0, 0, 0, 0)
file_options_layout.setSpacing(0)
file_options_layout.setSpacing(8)
file_options_layout.setAlignment(Qt.AlignLeft)
self.download_button = QPushButton(_(' DOWNLOAD'))
self.download_button.setObjectName('download_button')
Expand Down

0 comments on commit 9f650b1

Please sign in to comment.