[add] prev/next event button (~~had to remove min button width)

This commit is contained in:
2018-01-10 16:54:26 +01:00
parent 78d5ee58b5
commit 0ebc6e11f8
5 changed files with 36 additions and 4 deletions

View File

@@ -1 +1 @@
8d6de0-dirty
78d5e-dirty

View File

@@ -1300,6 +1300,8 @@ class PickDlg(QDialog):
# create buttons for P and S filter and picking
self.p_button = QPushButton('P', self)
self.s_button = QPushButton('S', self)
self.p_button.setMinimumWidth(100)
self.s_button.setMinimumWidth(100)
self.p_button.setCheckable(True)
self.s_button.setCheckable(True)
# set button tooltips

View File

@@ -124,7 +124,6 @@ color:rgba(0, 0, 0, 255);
border-style: outset;
border-width: 1px;
border-color: rgba(100, 100, 120, 255);
min-width: 6em;
padding: 4px;
padding-left:5px;
padding-right:5px;

View File

@@ -123,7 +123,6 @@ color:rgba(255, 255, 255, 255);
border-style: outset;
border-width: 2px;
border-color: rgba(50, 50, 60, 255);
min-width: 6em;
padding: 4px;
padding-left:5px;
padding-right:5px;