[add] prev/next event button (~~had to remove min button width)
This commit is contained in:
@@ -1 +1 @@
|
||||
8d6de0-dirty
|
||||
78d5e-dirty
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user