mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove label justification
This commit is contained in:
parent
bceb396c18
commit
e95292ffb5
1 changed files with 0 additions and 5 deletions
|
|
@ -11,7 +11,6 @@ use \Exception;
|
|||
use \Gtk;
|
||||
use \GtkButtonsType;
|
||||
use \GtkDialogFlags;
|
||||
use \GtkJustification;
|
||||
use \GtkMenuItem;
|
||||
use \GtkMessageDialog;
|
||||
use \GtkMessageType;
|
||||
|
|
@ -160,10 +159,6 @@ class About
|
|||
$label[1]->set_track_visited_links(
|
||||
false
|
||||
);
|
||||
|
||||
$label[1]->set_justify(
|
||||
GtkJustification::CENTER
|
||||
);
|
||||
}
|
||||
|
||||
// Await for action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue