mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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 \Gtk;
|
||||||
use \GtkButtonsType;
|
use \GtkButtonsType;
|
||||||
use \GtkDialogFlags;
|
use \GtkDialogFlags;
|
||||||
use \GtkJustification;
|
|
||||||
use \GtkMenuItem;
|
use \GtkMenuItem;
|
||||||
use \GtkMessageDialog;
|
use \GtkMessageDialog;
|
||||||
use \GtkMessageType;
|
use \GtkMessageType;
|
||||||
|
|
@ -160,10 +159,6 @@ class About
|
||||||
$label[1]->set_track_visited_links(
|
$label[1]->set_track_visited_links(
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
$label[1]->set_justify(
|
|
||||||
GtkJustification::CENTER
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Await for action
|
// Await for action
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue