171 self.__quickCommitButton.setToolTip( |
171 self.__quickCommitButton.setToolTip( |
172 self.tr("Press to commit the marked entries") |
172 self.tr("Press to commit the marked entries") |
173 ) |
173 ) |
174 self.__quickCommitButton.clicked.connect(self.__quickCommit) |
174 self.__quickCommitButton.clicked.connect(self.__quickCommit) |
175 self.__quickCommitLayout2.addWidget(self.__quickCommitButton) |
175 self.__quickCommitLayout2.addWidget(self.__quickCommitButton) |
|
176 |
|
177 self.__quickCommitLayout2.addStretch() |
176 |
178 |
177 self.__quickCommitLayout.addLayout(self.__quickCommitLayout2) |
179 self.__quickCommitLayout.addLayout(self.__quickCommitLayout2) |
178 self.__quickCommitGroup.setLayout(self.__quickCommitLayout) |
180 self.__quickCommitGroup.setLayout(self.__quickCommitLayout) |
179 self.__layout.addWidget(self.__quickCommitGroup) |
181 self.__layout.addWidget(self.__quickCommitGroup) |
180 ################################################################### |
182 ################################################################### |