Skip to content

Commit

Permalink
fixup! * table previews now display only 3 significant digits ('copy'…
Browse files Browse the repository at this point in the history
… functionality remains the same - copies the original value) * rearrange buttons in the overview pane of TabPage widgets
  • Loading branch information
GuyTeichman committed Sep 10, 2024
1 parent 4714a5d commit 848b6e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rnalysis/gui/gui_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

from rnalysis import __version__
from rnalysis.gui import gui_style, gui_widgets
from rnalysis.utils import io, generic, parsing
from utils import settings
from rnalysis.utils import io, generic, parsing, settings


class DataFrameModel(QtCore.QAbstractTableModel):
Expand Down

0 comments on commit 848b6e9

Please sign in to comment.