Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My changes - 1 #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def create_mo_files():

setup(
name="pardus-mycomputer",
version="0.1.0",
version="0.6.3",
packages=find_packages(),
scripts=["pardus-mycomputer"],
install_requires=["PyGObject"],
Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def set_os_label_img(self):
self.lbl_os.set_label("{}".format(os_name))

def control_display(self):
width = 700 if self.UserSettings.config_hide_places else 850
width = 800 if self.UserSettings.config_hide_places else 950
height = 550 if self.UserSettings.config_hide_places else 650
s = 1
w = 1920
Expand Down