File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ def initWindow(self):
198198 for baud in parameters .defaultBaudrates :
199199 self .serailBaudrateCombobox .addItem (str (baud ))
200200 self .serailBaudrateCombobox .addItem (self .baudrateCustomStr )
201- self .serailBaudrateCombobox .setCurrentIndex (4 )
201+ self .serailBaudrateCombobox .setCurrentIndex (5 )
202202 self .serailBaudrateCombobox .setEditable (True )
203203 self .serailBytesCombobox = ComboBox ()
204204 self .serailBytesCombobox .addItem ("5" )
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ QComboBox QAbstractItemView {
160160 border: 2px solid #f5f5f5;
161161 selection-background-color: #26a2ff;
162162 selection-color:#f5f5f5;
163- /* min-width:400px;
164- min-height:10em; */
163+ /* min-width:400px; */
164+ min-height:4em;
165165}
166166QComboBox QAbstractItemView::item{
167167 min-height:3em;
Original file line number Diff line number Diff line change 11
22major = 2
3- minor = 0
3+ minor = 1
44dev = 0
55
66__version__ = "{}.{}.{}" .format (major , minor , dev )
You can’t perform that action at this time.
0 commit comments